summaryrefslogtreecommitdiffstats
path: root/common/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/vim.nix')
-rw-r--r--common/vim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/vim.nix b/common/vim.nix
index 7b76bf9..d571cae 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -99,6 +99,7 @@ let
99 (nvim-treesitter.withPlugins (_: tree-sitter.allGrammars)) 99 (nvim-treesitter.withPlugins (_: tree-sitter.allGrammars))
100 nvim-treesitter-textobjects 100 nvim-treesitter-textobjects
101 nvim-treesitter-context 101 nvim-treesitter-context
102 nvim-treesitter-refactor
102 103
103 vim-matchup 104 vim-matchup
104 105