Initial setup

This commit is contained in:
2025-05-15 05:09:43 +02:00
commit 2e7fb9adce
12 changed files with 234 additions and 0 deletions

View File

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