Closed as not planned
Description
Following the discussion in #573 after iamcco/markdown-preview.nvim
was removed, let's continue this here.
I think plugins that either have nvim
in their name or are unique (do not have an equivalent Lua / Neovim version) should be allowed. Of course they have to work for Neovim (should not be made with Vim9Script). This can be made more strict by requiring a minimum number of stars or a similar metric. Apart from markdown-preview.nvim
, another example would be copilot.vim
which works for both Vim and Neovim.
In that case, this rule should probably be added to CONTRIBUTING.md
. What do you think?
cc @ofirgall