mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-16 23:42:47 +01:00
7 lines
201 B
Nix
7 lines
201 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "earthly";
|
|
package = "earthly-vim";
|
|
description = "Earthfile syntax highlighting for vim";
|
|
maintainers = [ lib.maintainers.DataHearth ];
|
|
}
|