mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] disable markdown conceal
This commit is contained in:
parent
9e84c32f9d
commit
fe4e7cd307
1 changed files with 4 additions and 0 deletions
|
@ -175,6 +175,7 @@ set commentstring=//%s
|
|||
nmap <leader>ga <Plug>(LiveEasyAlign)
|
||||
" }}}
|
||||
|
||||
|
||||
" language-specific settings {{{
|
||||
|
||||
let g:rust_recommended_style = 0
|
||||
|
@ -183,4 +184,7 @@ set commentstring=//%s
|
|||
let g:haskell_conceal_enumerations = 0
|
||||
let g:haskell_multiline_strings = 1
|
||||
|
||||
let g:vim_markdown_conceal = 0
|
||||
let g:vim_markdown_conceal_code_blocks = 0
|
||||
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue