added markdown preview to vim
This commit is contained in:
parent
6be0120189
commit
6719896f46
5
.vimrc
5
.vimrc
|
|
@ -12,11 +12,16 @@ Plugin 'VundleVim/Vundle.vim'
|
||||||
|
|
||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
|
|
||||||
|
Plugin 'digitaltoad/vim-pug'
|
||||||
|
|
||||||
Plugin 'itchyny/lightline.vim'
|
Plugin 'itchyny/lightline.vim'
|
||||||
|
|
||||||
Plugin 'airblade/vim-gitgutter'
|
Plugin 'airblade/vim-gitgutter'
|
||||||
|
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
|
|
||||||
|
Plugin 'suan/vim-instant-markdown'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue