Not gook big commit...

This commit is contained in:
Yorick Barbanneau 2022-04-15 16:32:43 +02:00
parent f1b7a59595
commit 6829f75639
10 changed files with 162 additions and 61 deletions

View file

@ -0,0 +1,12 @@
-- Tree sitter
local ts = require 'nvim-treesitter.configs'
ts.setup {
ensure_installed = 'maintained',
sync_install = false,
ignore_install = { 'erlang' },
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
}
}