vimrc: set conceallevel for json,markdown

This commit is contained in:
surtur 2022-07-22 18:36:18 +02:00
parent 0812ef0859
commit b155af6cab
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -260,6 +260,11 @@ let g:netrw_browse_split = 1
" let g:indentLine_conceallevel = 2
" set conceallevel for json and markdown
let g:vim_json_conceal = 0
let g:markdown_syntax_conceal = 0
let g:git_messenger_close_on_cursor_moved = v:false
let g:git_messenger_always_into_popup = v:true
hi gitmessengerHash term=None guifg=#f0eaaa ctermfg=111