Added markdown preview to .vimrc
This commit is contained in:
parent
ca3078df41
commit
3c414815f6
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -8,6 +8,7 @@ call vundle#begin()
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'tpope/vim-sleuth'
|
Plugin 'tpope/vim-sleuth'
|
||||||
|
Plugin 'suan/vim-instant-markdown'
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
Plugin 'Valloric/YouCompleteMe'
|
Plugin 'Valloric/YouCompleteMe'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
Loading…
Reference in a new issue