1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Do not conceal code blocks in markdown. Just don't.

This commit is contained in:
2019-11-25 20:00:14 +01:00
parent 252d721012
commit 6e760d0bca

1
.vimrc
View File

@@ -391,6 +391,7 @@ let g:ale_linters = {
let g:vim_markdown_folding_disabled = 1 let g:vim_markdown_folding_disabled = 1
set nofoldenable set nofoldenable
let g:vim_markdown_conceal = 0 let g:vim_markdown_conceal = 0
let g:vim_markdown_conceal_code_blocks = 0
Plugin 'godlygeek/tabular' Plugin 'godlygeek/tabular'
Plugin 'plasticboy/vim-markdown' Plugin 'plasticboy/vim-markdown'
" Use filetype name as fenced code block languages for syntax highlighting " Use filetype name as fenced code block languages for syntax highlighting