neovim: enable incremental selection

This commit is contained in:
Gabriel Augendre 2024-02-20 00:56:31 +01:00
parent c740a1635e
commit 7598762fcc

View file

@ -8,6 +8,15 @@ local plugins = {
"python",
},
auto_install = true,
incremental_selection = {
enable = true,
keymaps = {
init_selection = "<C-space>",
node_incremental = "<C-space>",
scope_incremental = false,
node_decremental = "<bs>",
},
},
},
},
{