6 lines
97 B
Nix
6 lines
97 B
Nix
{ inputs, util, ... }:
|
|
util.vimPlugin {
|
|
name = "vimpeccable";
|
|
source = inputs.vimpeccable;
|
|
}
|