diff --git a/after/ftplugin/markdown.vim b/after/ftplugin/markdown.vim new file mode 100644 index 0000000..583e0a5 --- /dev/null +++ b/after/ftplugin/markdown.vim @@ -0,0 +1 @@ +set concealcursor=c diff --git a/options.vim b/options.vim index 6343978..a582437 100644 --- a/options.vim +++ b/options.vim @@ -78,9 +78,6 @@ set noshowmode " Fileformats to use for new files set fileformats=unix,dos -" The mode in which cursorline text can be concealed -set concealcursor=nc - " The way to show the result of substitution in real time for preview set inccommand=nosplit