home-manager/systems/common/nvim/treesitter.lua

9 lines
184 B
Lua
Raw Normal View History

2023-07-23 03:04:32 +00:00
-- Treesitter
require'nvim-treesitter.configs'.setup {
highlight = {
-- `false` will disable the whole extension
enable = true,
additional_vim_regex_highlighting = false,
},
}