vimrc: set conceallevel for json,markdown
This commit is contained in:
parent
0812ef0859
commit
b155af6cab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user