Nvim: Add ASCIIDoc preview plugin
This commit is contained in:
parent
bb0330912e
commit
97267f948c
1 changed files with 161 additions and 158 deletions
|
@ -177,6 +177,9 @@ local plugins = {
|
||||||
-- Vim <3 Asciidoctor
|
-- Vim <3 Asciidoctor
|
||||||
"habamax/vim-asciidoctor",
|
"habamax/vim-asciidoctor",
|
||||||
|
|
||||||
|
-- Asciidoc preview
|
||||||
|
{ "tigion/nvim-asciidoc-preview", ft = { "asciidoctor" } },
|
||||||
|
|
||||||
-- Markdown preview
|
-- Markdown preview
|
||||||
{
|
{
|
||||||
"iamcco/markdown-preview.nvim",
|
"iamcco/markdown-preview.nvim",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue