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")