nvim: plugin_settings: Disable syntax concealing for markdown
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
5e1995d731
commit
f763976fbf
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ let g:buftabline_plug_max = 0
|
|||
let g:buftabline_numbers = 1
|
||||
let g:buftabline_indicators = 1
|
||||
|
||||
" Markdown
|
||||
let g:vim_markdown_conceal = 0
|
||||
|
||||
" Deoplete
|
||||
let g:deoplete#enable_at_startup = 0
|
||||
let g:deoplete#sources#rust#disable_keymap = 1
|
||||
|
|
Loading…
Reference in a new issue