fix(vim): Prevent concealing in markdown files
Prevent things like Markdown links from being concealed as this makes it tricky to add and edit links in blog posts.
This commit is contained in:
parent
c3022608bf
commit
db20d27f1c
|
@ -1 +1,3 @@
|
|||
let g:indentLine_showFirstIndentLevel = 1
|
||||
|
||||
autocmd FileType markdown let g:indentLine_setConceal= 0
|
||||
|
|
Loading…
Reference in a new issue