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