diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 2e24d20..8c67424 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -24,7 +24,19 @@ return { require("nvim-treesitter.configs").setup(opts) end, opts = { - auto_install = true, + ensure_installed = { + "bash", + "fish", + "gitcommit", + "gitignore", + "lua", + "make", + "nix", + "python", + "vim", + "vimdoc", + }, + auto_install = false, highlight = { enable = true, disable = { "fortran" },