Skip to content

Commit dcc5524

Browse files
committed
update: vim related plugins
Signed-off-by: Ali Mehraji <a.mehraji75@gmail.com>
1 parent c914a60 commit dcc5524

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.config/make/dotfiles.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

home/.vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Plugin 'vim-syntastic/syntastic'
6161
Plugin 'nvie/vim-flake8'
6262
Plugin 'scrooloose/nerdtree'
6363
Plugin 'fatih/vim-go'
64+
Plugin 'godlygeek/tabular'
65+
Plugin 'preservim/vim-markdown'
6466
call vundle#end() " required
6567

6668
" Vim-Plug Plugin Manager
@@ -70,8 +72,6 @@ call plug#begin()
7072
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
7173
Plug 'junegunn/fzf.vim'
7274
Plug '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)
7676
call plug#end()
7777

0 commit comments

Comments
 (0)