feat(treesitter): change some settings.
This commit is contained in:
parent
236bb15139
commit
91660e8890
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
|
---@diagnostic disable: missing-fields
|
||||||
require("nvim-treesitter.configs").setup({
|
require("nvim-treesitter.configs").setup({
|
||||||
ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "go", "nix" },
|
ensure_installed = { "go", "nix" },
|
||||||
|
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue