Added markdown preview to .vimrc

This commit is contained in:
Tobias Schmidl 2018-07-24 11:57:43 +02:00
parent ca3078df41
commit 3c414815f6

1
.vimrc
View file

@ -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()