mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-13 12:23:47 -05:00
Tweaking the conceal defaults
Not seeing the concealed markup in normal mode made for a poor experience.
This commit is contained in:
@@ -244,7 +244,7 @@ You can change _pencil’s_ default settings for conceal in your `.vimrc`:
|
||||
|
||||
```vim
|
||||
let g:pencil#conceallevel = 3 " 0=disable, 1=onechar, 2=hidechar, 3=hideall
|
||||
let g:pencil#concealcursor = 'nc' " n=normal, v=visual, i=insert, c=command
|
||||
let g:pencil#concealcursor = 'c' " n=normal, v=visual, i=insert, c=command
|
||||
```
|
||||
|
||||
Terminal users: consult your terminal’s documentation to configure your
|
||||
|
||||
@@ -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