[feat] nvim: add nvim-silicon plugin
Also reorganize out of tree plugins in preparation for `vim-plugin-updater` integration.
This commit is contained in:
parent
63f529704d
commit
cc02c89661
4 changed files with 22 additions and 2 deletions
4
nvim/extraPlugins/default.nix
Normal file
4
nvim/extraPlugins/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{pkgs}: {
|
||||
vim-jjdescription = pkgs.callPackage ./vim-jjdescription.nix {};
|
||||
nvim-silicon = pkgs.callPackage ./nvim-silicon.nix {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue