e0/ext/e0-vim/default.nix
2022-07-19 01:41:30 -05:00

9 lines
82 B
Nix

{ vimUtils }:
with vimUtils;
buildVimPlugin {
name = "e0-vim";
src = ./.;
}