mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-11 02:56:27 +00:00
stuff
This commit is contained in:
14
overlays/strudel-nvim/default.nix
Normal file
14
overlays/strudel-nvim/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
vimUtils,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
}:
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "strudel-nvim";
|
||||
src = fetchFromGitHub {
|
||||
owner = "gruvw";
|
||||
repo = "strudel.nvim";
|
||||
rev = "97699f9f08b0deb635038687f92c6237ab67e3b5";
|
||||
hash = "sha256-xe7ItXCfq+gqXxm2Y6zxbiz4AAGgPaP/w6zNgpL+Cl4=";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user