diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-07 11:30:23 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-07 11:30:23 +0200 |
| commit | e36e260b039045fa10a0e669c918ef2feddfb0ab (patch) | |
| tree | 4853a0197f22cfcfc2dee132001151870434629b | |
| parent | 088212c340a4346cf014e91dc113b05cb72320b9 (diff) | |
| download | nixos-e36e260b039045fa10a0e669c918ef2feddfb0ab.tar.zst | |
Fix treesitter configuration
| -rw-r--r-- | home/nvim/plugins/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nvim/plugins/treesitter.lua b/home/nvim/plugins/treesitter.lua index 968af11..fcc0048 100644 --- a/home/nvim/plugins/treesitter.lua +++ b/home/nvim/plugins/treesitter.lua @@ -6,7 +6,7 @@ local function disable(lang, buf) end end -require("nvim-treesitter.configs").setup({ +require("nvim-treesitter").setup({ ensure_installed = {}, sync_install = false, ignore_install = {}, |
