vim-markdown-composer
vim-markdown-composer copied to clipboard
An asynchronous markdown preview plugin for Vim and Neovim.
vim-plug installs plugins asynchronously, so the the suggested install command should also be asynchronous.
It would be nice if the browser moving to current line while cursor moving on nvim, or just moving to the last edited line.
nvim-treesitter has a nice installation method using vim-plug that doesn't require users to add a custom function: `Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}` More info: https://github.com/nvim-treesitter/nvim-treesitter#installation If the `BuildComposer` function from the...