feat(nvim): add gen.nvim and ollama service
This commit is contained in:
parent
ddc2989620
commit
82ffbcbde4
6 changed files with 74 additions and 1 deletions
|
|
@ -61,5 +61,11 @@ with lib.my;
|
|||
version = mkVersionInput inputs.neotest-python;
|
||||
src = inputs.neotest-python;
|
||||
});
|
||||
|
||||
gen-nvim = prev.vimUtils.buildVimPlugin {
|
||||
pname = "gen-nvim";
|
||||
version = mkVersionInput inputs.gen-nvim;
|
||||
src = inputs.gen-nvim;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue