[nvim] disable key mappings in the markdown plugin

This commit is contained in:
Dmytro Meleshko 2020-01-27 17:09:50 +02:00
parent 1a9f2a6276
commit 84d121f5e5
1 changed files with 1 additions and 0 deletions

View File

@ -186,5 +186,6 @@ set commentstring=//%s
let g:vim_markdown_conceal = 0
let g:vim_markdown_conceal_code_blocks = 0
let g:vim_markdown_no_default_key_mappings = 0
" }}}