Skip to content

Adding A Plugin #391

Answered by NotAShelf
C4E5G3 asked this question in Q&A
Sep 30, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

vim.extraPlugins only accepts (n)vim plugins in the package field. You cannot use a package that's not a Vim plugin, since it'd be incorrectly added to Neovim's own runtime path. Additionally, base16-schemes in nixpkgs is not a neovim plugin - require('base16-schemes').setup would not work.

We have #389 in the works for adding base16 support, or you could set up a Neovim plugin that supports base16 theming directly.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@C4E5G3
Comment options

Answer selected by NotAShelf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants