mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
Nice vim plugins
This commit is contained in:
7
.vimrc
7
.vimrc
@@ -19,6 +19,13 @@ Plugin 'tpope/vim-sensible'
|
|||||||
Plugin 'jnurmine/Zenburn.git'
|
Plugin 'jnurmine/Zenburn.git'
|
||||||
" Python autocompletion
|
" Python autocompletion
|
||||||
Plugin 'davidhalter/jedi-vim'
|
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
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|||||||
Reference in New Issue
Block a user