treesitter smart select
This commit is contained in:
@@ -230,6 +230,15 @@ function M.nvim_treesitter()
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
init_selection = "<CR>",
|
||||
scope_incremental = "<CR>",
|
||||
node_incremental = "<TAB>",
|
||||
node_decremental = "<S-TAB>",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
local version = vim.version()
|
||||
|
||||
Reference in New Issue
Block a user