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:
Trysdyn Black 2021-11-30 22:47:56 -08:00
parent 58a993d84b
commit 9ac6a6ad11
2 changed files with 11 additions and 3 deletions

View file

@ -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