diff options
| author | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-21 14:17:53 +0200 |
|---|---|---|
| committer | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-21 14:17:53 +0200 |
| commit | 91660e8890ec0e361be36f30cd11c85305bbd703 (patch) | |
| tree | 92852b15f024336844be9090527640af10bb659b /lua/plugins | |
| parent | 236bb15139e161eca3cab8ebf6414e2d075063c9 (diff) | |
| download | nvim-91660e8890ec0e361be36f30cd11c85305bbd703.zip nvim-91660e8890ec0e361be36f30cd11c85305bbd703.tar.gz | |
feat(treesitter): change some settings.
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/treesitter.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index e9d94e8..86f54b1 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -1,5 +1,6 @@ +---@diagnostic disable: missing-fields require("nvim-treesitter.configs").setup({ - ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "go", "nix" }, + ensure_installed = { "go", "nix" }, auto_install = true, |
