From 1db11e4c1bf48c616bcecc267938f012a14d9522 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 28 Jun 2019 16:24:53 +0200 Subject: [PATCH] Plugins for autocomplete and syntax highlighting --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index ca1c68c..e8cea24 100644 --- a/.vimrc +++ b/.vimrc @@ -11,6 +11,9 @@ call vundle#begin() " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' +Plugin 'git@github.com:ajh17/VimCompletesMe.git' +Plugin 'git@github.com:Valloric/YouCompleteMe.git' +Plugin 'git@github.com:moll/vim-node.git' " autocmd FileType markdown let b:dispatch = 'octodown --live-reload %'