Disable new Conceal feature by default

For terminal users, the install is involved.
This commit is contained in:
Reed Esau
2014-08-21 23:29:57 -06:00
parent a13bdd0bb0
commit 72c8788b47
2 changed files with 8 additions and 5 deletions

View File

@@ -44,8 +44,8 @@ en
if !exists('g:pencil#conceallevel')
" by default, concealing capability in your syntax plugin
" will be enabled. See tpope/vim-markdown for example.
" Set to 0 if you don't want this behavior
let g:pencil#conceallevel = 2
" 0=disable (def), 1=onechar, 2=autohide
let g:pencil#conceallevel = 0
en
if !exists('g:pencil#softDetectSample')