nix-community.nixvim/plugins/by-name/earthly/default.nix

10 lines
286 B
Nix
Raw Normal View History

2024-09-27 11:20:49 +02:00
{ lib, ... }:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "earthly";
packPathName = "earthly.vim";
2024-09-27 11:20:49 +02:00
package = "earthly-vim";
url = "https://github.com/earthly/earthly.vim";
description = "Earthfile syntax highlighting for vim";
maintainers = [ lib.maintainers.DataHearth ];
}