aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-12-08 03:17:07 -0500
committertdro <tdro@users.noreply.github.com>2019-12-08 03:17:07 -0500
commit95771b74681f5bbcc5fcf6a6e56562fd0944970b (patch)
treea1aca424ab199da52b543ddc9bb60e578416053c /.vim
parent02435303426012b180ec257d26b7d52638fce2bf (diff)
downloaddotfiles-95771b74681f5bbcc5fcf6a6e56562fd0944970b.tar.gz
dotfiles-95771b74681f5bbcc5fcf6a6e56562fd0944970b.tar.bz2
dotfiles-95771b74681f5bbcc5fcf6a6e56562fd0944970b.zip
.vim/plugins.vim: Remove coc.nvim
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 1e13254..9d4db99 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -17,7 +17,6 @@ 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