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:
1
.vimrc
1
.vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user