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:
2023-01-04 22:44:41 +01:00
parent 05bc93dc81
commit 8fda4ce158

View File

@@ -97,6 +97,8 @@ set linebreak
set breakindent
" Put `\ ` before wrapped lines
let &showbreak = '\ '
" Replace concealable characters
set conceallevel=1
if (exists('g:loaded_gitgutter'))
" Augment the default `foldtext()` with an indicator whether the folded