aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-12-08 02:11:02 -0500
committertdro <tdro@users.noreply.github.com>2019-12-08 02:11:02 -0500
commitcebfce8879581062b8b989006cbe6d074ce5bcf0 (patch)
tree7499b172d94af14bd874790047bfe49a105a6e24 /.vim
parent0e00bb66ed1e3f669e2bac20c0d05c61b3ad0d04 (diff)
downloaddotfiles-cebfce8879581062b8b989006cbe6d074ce5bcf0.tar.gz
dotfiles-cebfce8879581062b8b989006cbe6d074ce5bcf0.tar.bz2
dotfiles-cebfce8879581062b8b989006cbe6d074ce5bcf0.zip
.vim/plugins.vim: Add prettier and coc.nvim
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