5 lines
163 B
VimL
5 lines
163 B
VimL
" Stop excessive concealing of markdown formatting markers
|
|
:set conceallevel=0
|
|
|
|
" Remove the gutter that shows markdown nesting level by default
|
|
:set foldcolumn=0
|