mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Change conceal settings for Markdown
This commit is contained in:
1
after/ftplugin/markdown.vim
Normal file
1
after/ftplugin/markdown.vim
Normal file
@@ -0,0 +1 @@
|
||||
set concealcursor=c
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user