mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-17 06:13:39 -05:00
Tweaking the conceal defaults
Not seeing the concealed markup in normal mode made for a poor experience.
This commit is contained in:
@@ -49,7 +49,7 @@ if !exists('g:pencil#conceallevel')
|
||||
en
|
||||
if !exists('g:pencil#concealcursor')
|
||||
" n=normal, v=visual, i=insert, c=command
|
||||
let g:pencil#concealcursor = 'nc'
|
||||
let g:pencil#concealcursor = 'c'
|
||||
en
|
||||
|
||||
if !exists('g:pencil#softDetectSample')
|
||||
|
||||
Reference in New Issue
Block a user