summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/vim.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/vim.nix b/common/vim.nix
index 3452bf8..a9bbcad 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -115,6 +115,8 @@ let
115 vim-polyglot 115 vim-polyglot
116 editorconfig-vim 116 editorconfig-vim
117 vim-pandoc 117 vim-pandoc
118 # Fixes "duplicated vim plugin" issue
119 (refactoring-nvim.overrideAttrs (old: { dependencies = []; }))
118 120
119 # Other 121 # Other
120 tmux-complete-vim 122 tmux-complete-vim