[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
13
nvim/extraPlugins/vim-jjdescription.nix
Normal file
13
nvim/extraPlugins/vim-jjdescription.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
vimUtils,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "jjdescription";
|
||||
src = fetchFromGitHub {
|
||||
owner = "avm99963";
|
||||
repo = "vim-jjdescription";
|
||||
rev = "c9bf9f849ead3961ae38ab33f68306996e64c6e8";
|
||||
hash = "sha256-qnZFuXbzpm2GN/+CfksFfW2O+qTosUZcUagqCTzmtWo=";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue