File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,5 +53,7 @@ vim: ## Links .vimrc to ~/.vimrc and install vim plugins
5353
5454 @git clone --quiet https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
5555 @vim +PluginInstall +qall
56+ @vim +PluginUpdate +qall
5657 @curl -fSsLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
5758 @vim +PlugInstall +qall
59+ @vim +PlugUpdate +qall
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ Plugin 'vim-syntastic/syntastic'
6161Plugin ' nvie/vim-flake8'
6262Plugin ' scrooloose/nerdtree'
6363Plugin ' fatih/vim-go'
64+ Plugin ' godlygeek/tabular'
65+ Plugin ' preservim/vim-markdown'
6466call vundle#end () " required
6567
6668" Vim-Plug Plugin Manager
@@ -70,8 +72,6 @@ call plug#begin()
7072Plug ' junegunn/fzf' , { ' do' : { - > fzf#install () } }
7173Plug ' junegunn/fzf.vim'
7274Plug ' ycm-core/YouCompleteMe' , { ' do' : ' ./install.py --go-completer' }
73- Plug ' godlygeek/tabular'
74- Plug ' preservim/vim-markdown'
7575" Using a tagged release; wildcard allowed (requires git 1.9.2 or above)
7676call plug#end ()
7777
You can’t perform that action at this time.
0 commit comments