fix config not working in other dirs. whoops

This commit is contained in:
2022-12-30 12:44:28 -05:00
parent eaa58ff618
commit 4ec198e9de
23 changed files with 0 additions and 0 deletions

View 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,
},
}