feat: actually adds spaceport.nix
This commit is contained in:
parent
a2db12bcf3
commit
fac5022128
15
overlays/spaceport.nix
Normal file
15
overlays/spaceport.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{ spaceport-nvim }:
|
||||||
|
{
|
||||||
|
overlay = final: prev:
|
||||||
|
let
|
||||||
|
spaceportNvimPlugin = prev.vimUtils.buildVimPlugin {
|
||||||
|
src = spaceport-nvim;
|
||||||
|
name = "spaceport-nvim";
|
||||||
|
};
|
||||||
|
in
|
||||||
|
{
|
||||||
|
customVimPlugins = {
|
||||||
|
spaceport-nvim = spaceportNvimPlugin;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user