diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-15 18:43:06 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-12-15 18:43:06 +0800 |
| commit | b39a2d5a8aabcf96bad61ea0def7f713903e620e (patch) | |
| tree | ce228e285a71aa2538bcf10cf1e94dc633ed6146 | |
| parent | f9ff9bb6eb373aa5925d2cbf619c0c36dbc7844a (diff) | |
Change conceal settings for Markdown
| -rw-r--r-- | after/ftplugin/markdown.vim | 1 | ||||
| -rw-r--r-- | options.vim | 3 |
2 files changed, 1 insertions, 3 deletions
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 |
