vim: add vim-markdown-preview config

master
an 2020-01-03 23:31:46 -05:00
parent 745e89cf1d
commit 4d7b49f1ef
1 changed files with 5 additions and 0 deletions

View File

@ -319,6 +319,11 @@ let zig_fmt_autosave=0
" polyglot
let polyglot_disabled=["c++11", "latex"]
" vim-markdown-preview
let vim_markdown_preview_hotkey='<C-m>'
let vim_markdown_preview_browser='Firefox'
let vim_markdown_preview_use_xdg_open=1
" gui and terminal specific settings
if has('gui_running')
set guicursor+=i:hor10-Cursor