diff --git a/.vimrc b/.vimrc index 114e7b8..153977f 100644 --- a/.vimrc +++ b/.vimrc @@ -8,6 +8,7 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-sleuth' + Plugin 'suan/vim-instant-markdown' Plugin 'altercation/vim-colors-solarized' Plugin 'Valloric/YouCompleteMe' call vundle#end()