Add type annotations to plugin specs
This commit is contained in:
parent
7bd4c6e93e
commit
efcdb566b8
31 changed files with 56 additions and 14 deletions
|
@ -1,11 +1,13 @@
|
|||
-- AsciiDoc plugins are grouped together here
|
||||
return {
|
||||
-- Vim ♥️ Asciidoctor
|
||||
--- @type LazyPluginSpec
|
||||
{
|
||||
"habamax/vim-asciidoctor",
|
||||
ft = { "asciidoctor", "asciidoc" },
|
||||
},
|
||||
-- AsciiDoc preview
|
||||
--- @type LazyPluginSpec
|
||||
{
|
||||
"tigion/nvim-asciidoc-preview",
|
||||
ft = { "asciidoctor", "asciidoc" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue