X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/848ffa6d048e6b8a414f96d4d1552c4759668795..1e9371f0f90f2b9fdce644657290863bdf94b8d5:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index db6f710..b374818 100644 --- 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")