2023-11-18 02:27:14 +02:00
|
|
|
-- AsciiDoc plugins are grouped together here
|
|
|
|
return {
|
|
|
|
-- Vim ♥️ Asciidoctor
|
2023-11-25 14:37:36 +02:00
|
|
|
--- @type LazyPluginSpec
|
2023-11-18 02:27:14 +02:00
|
|
|
{
|
|
|
|
"habamax/vim-asciidoctor",
|
|
|
|
ft = { "asciidoctor", "asciidoc" },
|
|
|
|
},
|
|
|
|
-- AsciiDoc preview
|
2023-11-25 14:37:36 +02:00
|
|
|
--- @type LazyPluginSpec
|
2023-11-18 02:27:14 +02:00
|
|
|
{
|
|
|
|
"tigion/nvim-asciidoc-preview",
|
|
|
|
ft = { "asciidoctor", "asciidoc" },
|
|
|
|
},
|
|
|
|
}
|