mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] disable key mappings in the markdown plugin
This commit is contained in:
parent
1a9f2a6276
commit
84d121f5e5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue