mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 09:15:09 +01:00
Different markdown plugins
This commit is contained in:
7
.vimrc
7
.vimrc
@@ -177,7 +177,12 @@ let g:syntastic_python_pylint_post_args="--max-line-length=120 --load-plugins py
|
|||||||
|
|
||||||
|
|
||||||
" Handy Markdown stuff
|
" Handy Markdown stuff
|
||||||
Plugin 'tpope/vim-markdown'
|
"Plugin 'tpope/vim-markdown'
|
||||||
|
Plugin 'godlygeek/tabular'
|
||||||
|
Plugin 'plasticboy/vim-markdown'
|
||||||
|
" Do not fold markdown files by default
|
||||||
|
let g:vim_markdown_folding_disabled = 1
|
||||||
|
|
||||||
if v:version >= 704
|
if v:version >= 704
|
||||||
" Pandoc, for stuff like autocompletion of citations from bibtex, other LaTeX
|
" Pandoc, for stuff like autocompletion of citations from bibtex, other LaTeX
|
||||||
" stuff. Works with vim >= 7.4
|
" stuff. Works with vim >= 7.4
|
||||||
|
|||||||
Reference in New Issue
Block a user