commit af4515a51f3211cec4a4fa67b9b4e1f3a6fc398c
parent cf34040a150da7cd498268425b59a7d9b0d6788c
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 30 Aug 2018 15:11:38 +0200
Eunuch plugin to add rename/delete/etc commands to vim
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/dotfiles/vim-config/plugins.vimrc b/dotfiles/vim-config/plugins.vimrc
@@ -29,6 +29,9 @@ Plug 'tpope/vim-endwise'
" Surround - super useful plugin for surrounding stuff with quotes/brackets/tags
Plug 'tpope/vim-surround'
+" Eunuch - shell commands but in vim
+Plug 'tpope/vim-eunuch'
+
" Delete hidden unused buffers
Plug 'arithran/vim-delete-hidden-buffers'