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 changed files with 2 additions and 0 deletions
|
@ -1 +1,3 @@
|
|||
let g:indentLine_showFirstIndentLevel = 1
|
||||
|
||||
autocmd FileType markdown let g:indentLine_setConceal= 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue