configure treesitter
This commit is contained in:
parent
d878293de1
commit
a47619c26a
1 changed files with 8 additions and 0 deletions
|
@ -30,4 +30,12 @@ require("nvim-treesitter.configs").setup({
|
|||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
module_path = "nvim-treesitter.incremental_selection",
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
module_path = "nvim-treesitter.indent",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue