aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
authorCrony Akatsuki <crony@cronyakatsuki.xyz>2025-10-21 14:17:53 +0200
committerCrony Akatsuki <crony@cronyakatsuki.xyz>2025-10-21 14:17:53 +0200
commit91660e8890ec0e361be36f30cd11c85305bbd703 (patch)
tree92852b15f024336844be9090527640af10bb659b /lua/plugins/treesitter.lua
parent236bb15139e161eca3cab8ebf6414e2d075063c9 (diff)
downloadnvim-91660e8890ec0e361be36f30cd11c85305bbd703.zip
nvim-91660e8890ec0e361be36f30cd11c85305bbd703.tar.gz
feat(treesitter): change some settings.
Diffstat (limited to 'lua/plugins/treesitter.lua')
-rw-r--r--lua/plugins/treesitter.lua3
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,