1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Nice vim plugins

This commit is contained in:
Michiel Scholten
2014-06-15 11:52:40 +02:00
parent 482f5c6d1e
commit 1e2d963805

7
.vimrc
View File

@@ -19,6 +19,13 @@ Plugin 'tpope/vim-sensible'
Plugin 'jnurmine/Zenburn.git'
" Python autocompletion
Plugin 'davidhalter/jedi-vim'
" Handy Markdown stuff
Plugin 'tpope/vim-markdown'
" Pandoc, for stuff like autocompletion of citations from bibtex, other LaTeX
" stuff
Plugin 'vim-pandoc/vim-pandoc'
" Distraction-free writing, start with <Leader>V (\V)
Plugin 'mikewest/vimroom'
" All of your Plugins must be added before the following line
call vundle#end() " required