From b39a2d5a8aabcf96bad61ea0def7f713903e620e Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 15 Dec 2019 18:43:06 +0800 Subject: [PATCH] Change conceal settings for Markdown --- after/ftplugin/markdown.vim | 1 + options.vim | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 after/ftplugin/markdown.vim 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