Initial commit

This commit is contained in:
2023-06-14 20:20:18 +02:00
commit 326088a13d
12 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = { "lua", "vim", "vimdoc", "javascript", "java" },
sync_install = false,
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
}