From dbc48a81120f84b6528b3a5d91986c48c8b6ee2b Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 2 Jul 2020 22:52:43 -0400 Subject: .vim/plugins: Remove vim surround --- .vim/plugins.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.vim') diff --git a/.vim/plugins.vim b/.vim/plugins.vim index b9f5695..7f3f872 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -7,9 +7,8 @@ call plug#begin('~/.vim/bundle') Plug 'junegunn/vim-plug' Plug 'junegunn/fzf.vim', { 'tag': 'f86ef1bce602713fe0b5b68f4bdca8c6943ecb59' } Plug 'mcchrish/nnn.vim', { 'tag': 'bfc91b503769920a366b12851b871795c0eb6825' } -Plug 'pangloss/vim-javascript', { 'tag': 'c3966153e81bc3766b1627e6ab0cd53333b61c1e' } -Plug 'tpope/vim-surround', { 'tag': 'f51a26d3710629d031806305b6c8727189cd1935' } Plug 'tpope/vim-fugitive', { 'tag': '85e2c73830b6bb01ce7fc3a926d2b25836a253eb' } +Plug 'pangloss/vim-javascript', { 'tag': 'c3966153e81bc3766b1627e6ab0cd53333b61c1e' } " Enable fzf.vim on Debian. silent! source /usr/share/doc/fzf/examples/fzf.vim -- cgit v1.2.3