Simplify statusline, support tabs, add more languages

This commit is contained in:
agryphus 2025-09-03 19:06:21 -04:00
parent c28dd3e9a9
commit bb94a399de
11 changed files with 166 additions and 109 deletions

View file

@ -39,7 +39,7 @@ let g:mkdp_open_ip = ''
" valid: `/path/with\ space/xxx`
" invalid: `/path/with\\ space/xxx`
" default: ''
let g:mkdp_browser = 'thorium-browser'
let g:mkdp_browser = 'zen'
" set to 1, echo preview page url in command line when open preview page
" default is 0