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:
js0ny 2025-10-13 19:30:59 +01:00
parent 0e851754d7
commit 3d12a52b47
9 changed files with 116 additions and 15 deletions

View file

@ -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",
},
}