]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
nvim: replace vim-surround with mini.surround
[dotfiles.git] / vim / vimrc
index db6f710be1c263ad726dda08d6c3463ff718a471..b3748185c333c662414b7917231c56745a379d18 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -72,7 +72,9 @@ Plug 'tpope/vim-fugitive'
 Plug 'tpope/vim-repeat'
 Plug 'tpope/vim-scriptease'
 Plug 'tpope/vim-speeddating'
-Plug 'tpope/vim-surround'  "investigate vim-sandwich
+if !has('nvim')
+  Plug 'tpope/vim-surround'  "investigate vim-sandwich
+endif
 Plug 'tpope/vim-unimpaired'
 Plug 'tweekmonster/spellrotate.vim'
 if !has("nvim")