aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 6562049..1e13254 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -7,7 +7,6 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'junegunn/fzf.vim'
Plugin 'tpope/vim-vinegar'
-Plugin 'ervandew/supertab'
Plugin 'skwp/greplace.vim'
Plugin 'pangloss/vim-javascript'
Plugin 'tpope/vim-surround'
@@ -17,6 +16,8 @@ Plugin 'tobyS/pdv'
Plugin 'tobyS/vmustache'
Plugin 'SirVer/ultisnips'
Plugin 'mcchrish/nnn.vim'
+Plugin 'prettier/vim-prettier'
+Plugin 'neoclide/coc.nvim'
" All of your Plugins must be added before the following line
call vundle#end() " required