added markdown preview to vim

This commit is contained in:
Andrei Stoica 2017-11-27 18:15:30 -05:00
parent 6be0120189
commit 6719896f46
1 changed files with 5 additions and 0 deletions

5
.vimrc
View File

@ -12,11 +12,16 @@ Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'digitaltoad/vim-pug'
Plugin 'itchyny/lightline.vim'
Plugin 'airblade/vim-gitgutter'
Plugin 'altercation/vim-colors-solarized'
Plugin 'suan/vim-instant-markdown'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required