diff options
| author | Silas Schöffel <sils@sils.li> | 2026-01-26 18:33:14 +0100 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2026-01-26 18:33:14 +0100 |
| commit | 64b018085a7b07e8d15ac7a163fc086e5ac5e403 (patch) | |
| tree | b940efa0df471816d087442082942e04bbdfe154 | |
| parent | git: move aliases to settings (diff) | |
| download | nix-config-64b018085a7b07e8d15ac7a163fc086e5ac5e403.zip | |
nixvim: disable legacy treesitter plugins
| -rw-r--r-- | hm/nixvim/config.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index ad0faa6..666232b 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -186,12 +186,12 @@ pkgs: { indent.enable = true; }; }; - treesitter-context = { - enable = true; - }; - treesitter-refactor = { - enable = true; - }; + #treesitter-context = { + # enable = true; + #}; + #treesitter-refactor = { + # enable = true; + #}; mini = { enable = true; }; |
