feat(nvim): another configuration tweak round

added snippets!
This commit is contained in:
2024-10-03 01:32:19 +03:00
parent b06ac3bc0f
commit b127c2514d
28 changed files with 2006 additions and 593 deletions

View File

@@ -52,8 +52,8 @@ return {
incremental_selection = {
enable = true,
keymaps = {
init_selection = '<c-space>',
node_incremental = '<c-space>',
init_selection = '<a-space>',
node_incremental = '<a-space>',
scope_incremental = '<c-s>',
node_decremental = '<c-backspace>',
},