configure treesitter

This commit is contained in:
Adithya 2024-02-11 22:46:42 +05:30
parent d878293de1
commit a47619c26a
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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",
},
})