Make vim better for markdown editing
- Make vim-pandoc handle following md links wiki-style - Bring back concealing of formatting
This commit is contained in:
parent
58a993d84b
commit
9ac6a6ad11
2 changed files with 11 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
" Stop excessive concealing of markdown formatting markers
|
||||
:set conceallevel=0
|
||||
|
||||
" Remove the gutter that shows markdown nesting level by default
|
||||
:set foldcolumn=0
|
||||
|
||||
" Auto chdir to where the pandoc file is opened so pandoc calls and
|
||||
" markdown hypertext links work dir-relative.
|
||||
:lchdir %:p:h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue