fix config not working in other dirs. whoops
This commit is contained in:
14
lua/core/overrides/treesitter.lua
Normal file
14
lua/core/overrides/treesitter.lua
Normal file
@ -0,0 +1,14 @@
|
||||
require('nvim-treesitter.configs').setup {
|
||||
ensure_installed = { 'help',
|
||||
'c',
|
||||
'lua',
|
||||
'norg',
|
||||
'bash',
|
||||
'html',
|
||||
'make',
|
||||
},
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user