Quality of life features added
This commit is contained in:
13
nvim_packer/after/plugin/treesitter.lua
Normal file
13
nvim_packer/after/plugin/treesitter.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = { "cpp", "typescript", "c", "python" },
|
||||
|
||||
sync_install = false,
|
||||
|
||||
auto_install = true,
|
||||
|
||||
highlight = {
|
||||
enable = true,
|
||||
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user