1
0
Fork 0

treesitter: enable incremental selection

This commit is contained in:
Felipe 2023-08-09 23:06:03 -04:00
parent ed66113969
commit 76f0de5e01
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -114,6 +114,14 @@ ts.setup({
sync_install = false,
ignore_install = {},
modules = {}, -- not used, but it will silence lua_ls
incremental_selection = {
enable = true,
keymaps = {
init_selection = "<Enter>",
node_incremental = "<Enter>",
node_decremental = "<BS>",
},
},
ensure_installed = {
"bash",
"c",