vim-asciidoc icon indicating copy to clipboard operation
vim-asciidoc copied to clipboard

Enhanced editing support for Asciidoc files in Vim

Results 5 vim-asciidoc issues
Sort by recently updated
recently updated
newest added

Adding support for ASCIIdoc requires the `vimple` plugin according to the README. `vimple`, in turn, adds several mappings to all filetypes that I don't want. Perhaps the library parts of...

For syntax highlighting to show a comment block with the correct color, vim-asciidoc requires preceding newline. It seems this is not required for the comment block to work, though.

In visual mode, pressing lu to turn selected lines to a list, lines starting with `*bold*` text lose the leading `*` when they are converted to list items. ``` *foo*...

Hi, thanks for the plugin. By default, the `asciidoctor` executable will use text for admonition and callout icons. If you define `-a icons=font` or use `:icons: font` in your document,...

Is there any way to enable folding ?