diff options
author | Minijackson <minijackson@riseup.net> | 2022-11-14 11:13:21 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-11-14 11:17:50 +0100 |
commit | a80e4e3683e25d166c8ddabddfd02b9af572ec34 (patch) | |
tree | c9043494097020965771929b6387f0d63f5a3963 | |
parent | bba713ff6c1ae2eed43c88935940cfb8e35fa029 (diff) | |
download | nixos-config-reborn-a80e4e3683e25d166c8ddabddfd02b9af572ec34.tar.gz nixos-config-reborn-a80e4e3683e25d166c8ddabddfd02b9af572ec34.zip |
vim: use plugin-locked tree-sitter grammars
-rw-r--r-- | common/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix index 19ec330..cb83a96 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -97,7 +97,7 @@ let | |||
97 | telescope-ui-select-nvim | 97 | telescope-ui-select-nvim |
98 | 98 | ||
99 | # Treesitter | 99 | # Treesitter |
100 | (nvim-treesitter.withPlugins (_: tree-sitter.allGrammars)) | 100 | nvim-treesitter.withAllGrammars |
101 | nvim-treesitter-textobjects | 101 | nvim-treesitter-textobjects |
102 | nvim-treesitter-context | 102 | nvim-treesitter-context |
103 | nvim-treesitter-refactor | 103 | nvim-treesitter-refactor |