X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a5cde7ec28f372d33c361960fc56e692e838ef5f..d447e940707078bcfd9e40f6ca8da2746a4cc058:/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")