mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Update home/.chezmoiignore
Update home/.config/nvim/lsp/luals.lua Update home/.config/nvim/lua/plugins/lang/markdown/obsidian-nvim.lua Update home/.config/nvim/lua/plugins/mod/snacks-nvim.lua Add home/.config/nvim/luarc.jsonc Update home/.config/zed/keymap.json Update nixcfgs/users/js0ny/packages/cli.nix Update nixcfgs/users/js0ny/packages/gui.nix Update nixcfgs/users/js0ny/programs/gnome.nix
This commit is contained in:
parent
0e851754d7
commit
3d12a52b47
9 changed files with 116 additions and 15 deletions
|
|
@ -58,6 +58,9 @@ return {
|
|||
"ibhagwan/fzf-lua",
|
||||
},
|
||||
opts = {
|
||||
footer = {
|
||||
enabled = false,
|
||||
},
|
||||
workspaces = {
|
||||
{
|
||||
name = "personal",
|
||||
|
|
@ -132,14 +135,14 @@ return {
|
|||
return string.format("%s-", os.time())
|
||||
end,
|
||||
},
|
||||
mappings = {
|
||||
["<cr>"] = {
|
||||
action = function()
|
||||
require("obsidian").util.smart_action()
|
||||
end,
|
||||
opts = { buffer = true, expr = true },
|
||||
},
|
||||
},
|
||||
-- mappings = {
|
||||
-- ["<cr>"] = {
|
||||
-- action = function()
|
||||
-- require("obsidian").util.smart_action()
|
||||
-- end,
|
||||
-- opts = { buffer = true, expr = true },
|
||||
-- },
|
||||
-- },
|
||||
new_notes_location = "current_dir",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue