conceallevel and concealcursor

This commit is contained in:
ManjaroOne666 2019-02-13 12:26:52 +00:00
parent c83d7213d6
commit b5312ae26f
1 changed files with 7 additions and 0 deletions

7
vimrc
View File

@ -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 = ' '