mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/earthly: add plugin
This commit is contained in:
parent
844336ceb2
commit
5f4a4b4759
2 changed files with 14 additions and 0 deletions
9
plugins/by-name/earthly/default.nix
Normal file
9
plugins/by-name/earthly/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ lib, ... }:
|
||||||
|
lib.nixvim.vim-plugin.mkVimPlugin {
|
||||||
|
name = "earthly";
|
||||||
|
originalName = "earthly.vim";
|
||||||
|
package = "earthly-vim";
|
||||||
|
url = "https://github.com/earthly/earthly.vim";
|
||||||
|
description = "Earthfile syntax highlighting for vim";
|
||||||
|
maintainers = [ lib.maintainers.DataHearth ];
|
||||||
|
}
|
5
tests/test-sources/plugins/by-name/earthly/default.nix
Normal file
5
tests/test-sources/plugins/by-name/earthly/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
empty = {
|
||||||
|
plugins.earthly.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue