feat: some basic stuff

This commit is contained in:
2025-08-02 20:46:03 +01:00
parent 65f6e6f13d
commit 90c8aadbec
3 changed files with 8 additions and 2 deletions

View File

@@ -60,6 +60,9 @@ return {
local configs = require("nvim-treesitter.configs")
configs.setup({
modules = {},
ignore_install = {},
auto_install = true,
ensure_installed = { "lua", "javascript", "typescript", "html", "tsx", "zig" },
sync_install = false,
highlight = { enable = true },