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 ec43738..8a27b06 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -93,6 +93,7 @@ let
93 vim-unimpaired 93 vim-unimpaired
94 tabular 94 tabular
95 vim-abolish 95 vim-abolish
96 vim-oscyank
96 ] ++ config.vim.extraPlugins; 97 ] ++ config.vim.extraPlugins;
97 }; 98 };
98 }; 99 };