changes
This commit is contained in:
parent
6ae6c5e0e5
commit
12ef36af33
5 changed files with 254 additions and 2 deletions
13
hosts/nb/modules/nvim/gitea.nix
Normal file
13
hosts/nb/modules/nvim/gitea.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
self: super: {
|
||||
vimPlugins = super.vimPlugins // {
|
||||
gitea-nvim = super.vimUtils.buildVimPlugin {
|
||||
pname = "gitea-nvim";
|
||||
version = "1.0.0";
|
||||
src = super.fetchgit {
|
||||
url = "https://git.cloonar.com/Cloonar/gitea.nvim.git";
|
||||
rev = "4927f0b2ec9b5c489bbffae4e58d72c0ad047590";
|
||||
sha256 = "sha256-8C8tUzOP6oy+KxyDthdYrmfoppfz+BSXrrVpVwi5X58=";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue