gvim - How does vim call browser preview?
phpcn_u1582
phpcn_u1582 2017-05-16 16:43:04
0
3
982

Like the title, is there any similar plug-in or code method?

phpcn_u1582
phpcn_u1582

reply all(3)
滿天的星座
nmap <silent> <leader>v :exec '!exec google-chrome %'<CR>
Ty80

vim-instant-markdown is a Vim plug-in that can preview markdown files in real time in the browser. It is implemented by using a nodeJS backend and curl. In theory, previews of other formats should also be supported, as long as corresponding support is provided in the back end.

曾经蜡笔没有小新

A Personal Wiki For Vim Plugin: vimviki.

After writing the text in lightweight markup language, use the following command:

<Leader>whh

vimwiki will generate the html file and then preview it in the browser.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!