vim:setts: Set conceallevel=1
I want concealable text to be replaced if possible but not hidden completely (i.e. `=2`) as this makes moving over lines nauseous.
This commit is contained in:
@@ -97,6 +97,8 @@ set linebreak
|
|||||||
set breakindent
|
set breakindent
|
||||||
" Put `\ ` before wrapped lines
|
" Put `\ ` before wrapped lines
|
||||||
let &showbreak = '\ '
|
let &showbreak = '\ '
|
||||||
|
" Replace concealable characters
|
||||||
|
set conceallevel=1
|
||||||
|
|
||||||
if (exists('g:loaded_gitgutter'))
|
if (exists('g:loaded_gitgutter'))
|
||||||
" Augment the default `foldtext()` with an indicator whether the folded
|
" Augment the default `foldtext()` with an indicator whether the folded
|
||||||
|
|||||||
Reference in New Issue
Block a user