Oliver Davies
db20d27f1c
Prevent things like Markdown links from being concealed as this makes it tricky to add and edit links in blog posts.
4 lines
100 B
VimL
4 lines
100 B
VimL
let g:indentLine_showFirstIndentLevel = 1
|
|
|
|
autocmd FileType markdown let g:indentLine_setConceal= 0
|