mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-12 03:51:10 +01:00
8 lines
233 B
Nix
8 lines
233 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "earthly";
|
|
packPathName = "earthly.vim";
|
|
package = "earthly-vim";
|
|
description = "Earthfile syntax highlighting for vim";
|
|
maintainers = [ lib.maintainers.DataHearth ];
|
|
}
|