Adds "Tabular" plugin to vimrc
This commit is contained in:
parent
03b47b818d
commit
ac698b564c
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ Plugin 'terryma/vim-multiple-cursors'
|
|||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'vim-airline/vim-airline-themes'
|
||||
|
||||
" Visually align assignments
|
||||
Plugin 'godlygeek/tabular'
|
||||
|
||||
|
||||
call vundle#end() " required
|
||||
filetype plugin indent on " required
|
||||
|
|
Loading…
Reference in a new issue