[vim] add plugins tabular and vim-markdown
This commit is contained in:
parent
3ce280fb10
commit
b78b20347b
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
@ -71,6 +71,8 @@ let mapleader = ","
|
||||||
Plugin 'junegunn/vim-easy-align'
|
Plugin 'junegunn/vim-easy-align'
|
||||||
Plugin 'junegunn/rainbow_parentheses.vim'
|
Plugin 'junegunn/rainbow_parentheses.vim'
|
||||||
Plugin 'elzr/vim-json'
|
Plugin 'elzr/vim-json'
|
||||||
|
Plugin 'godlygeek/tabular' " must come before vim-markdown
|
||||||
|
Plugin 'plasticboy/vim-markdown'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
@ -123,7 +125,6 @@ let mapleader = ","
|
||||||
|
|
||||||
augroup vimrc " {{{
|
augroup vimrc " {{{
|
||||||
autocmd!
|
autocmd!
|
||||||
au BufNewFile,BufRead *.md set ft=markdown
|
|
||||||
au BufNewFile,BufRead bash_profile,bashrc set ft=sh
|
au BufNewFile,BufRead bash_profile,bashrc set ft=sh
|
||||||
au BufNewFile,BufRead gitconfig set ft=gitconfig
|
au BufNewFile,BufRead gitconfig set ft=gitconfig
|
||||||
au BufNewFile,BufRead rcrc set ft=sh
|
au BufNewFile,BufRead rcrc set ft=sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue