6 lines
91 B
Nix
6 lines
91 B
Nix
{ inputs, util, ... }:
|
|
util.vimPlugin {
|
|
name = "gen.nvim";
|
|
source = inputs.gen-nvim;
|
|
}
|