[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
15
nvim/extraPlugins/nvim-silicon.nix
Normal file
15
nvim/extraPlugins/nvim-silicon.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
vimUtils,
|
||||
fetchFromGitHub,
|
||||
silicon,
|
||||
}:
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "nvim-silicon";
|
||||
dependencies = [silicon];
|
||||
src = fetchFromGitHub {
|
||||
owner = "michaelrommel";
|
||||
repo = "nvim-silicon";
|
||||
rev = "v1.0.0";
|
||||
hash = "sha256-cZOzgzLUNC9qOS2m/rc6YJfpNGdRTSCAdEPQDy+wT6I=";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue