nix-community.nixvim/plugins/by-name/earthly/default.nix
Austin Horstman a7012e7864
treewide: originalName -> packPathName
We used to only think of it as the plugin repo's name, but we have been
needing to use it for the name of the plugin's packpath location.
2024-12-13 21:29:00 -06:00

9 lines
286 B
Nix

{ lib, ... }:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "earthly";
packPathName = "earthly.vim";
package = "earthly-vim";
url = "https://github.com/earthly/earthly.vim";
description = "Earthfile syntax highlighting for vim";
maintainers = [ lib.maintainers.DataHearth ];
}