conceallevel and concealcursor
This commit is contained in:
parent
c83d7213d6
commit
b5312ae26f
7
vimrc
7
vimrc
|
@ -118,6 +118,11 @@ if executable('fzf') && v:version >= 704
|
|||
endif
|
||||
|
||||
"}}}
|
||||
" #vim-markdown
|
||||
" https://github.com/plasticboy/vim-markdown
|
||||
Plug 'plasticboy/vim-markdown'
|
||||
let g:vim_markdown_toc_autofit = 1
|
||||
let g:vim_markdown_fenced_languages = ['bash=sh']
|
||||
" #vim-qlist {{{
|
||||
" Original: https://github.com/romainl/vim-qlist
|
||||
Plug 'studio-vx/vim-qlist'
|
||||
|
@ -1096,6 +1101,8 @@ set mouse=a
|
|||
set listchars=eol:¬,tab:>-,trail:~,extends:>,precedes:<,space:·
|
||||
|
||||
set foldtext=MyFoldText()
|
||||
set conceallevel=2
|
||||
set concealcursor=n
|
||||
"----------------------------------------------------------------------------}}}
|
||||
" #mappings {{{
|
||||
let g:mapleader = ' '
|
||||
|
|
Loading…
Reference in New Issue