initial commit

This commit is contained in:
Andre Schaf 2023-07-13 10:45:16 +02:00
commit 9784dfe498
12 changed files with 329 additions and 0 deletions

View file

@ -0,0 +1,8 @@
local configs = require("nvim-treesitter.configs")
configs.setup({
ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html" },
sync_install = false,
highlight = { enable = true },
indent = { enable = true },
})