chore(nvim): a lot of changes

This commit is contained in:
2025-03-16 01:12:43 +00:00
parent 98d7e4b3d7
commit 8aeb7e3c87
12 changed files with 135 additions and 120 deletions

View File

@@ -19,6 +19,15 @@ return {
disable = { "latex" },
use_languagetree = true,
},
incremental_selection = {
enable = true,
keymaps = {
init_selection = "gnn",
node_incremental = "grn",
scope_incremental = "grc",
node_decremental = "grm",
},
},
indent = {
enable = true,
},