vim-markdown-composer icon indicating copy to clipboard operation
vim-markdown-composer copied to clipboard

An asynchronous markdown preview plugin for Vim and Neovim.

Results 33 vim-markdown-composer issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...