Skip to content

Commit

Permalink
plugins/vim-css-color: init (nix-community#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodleum authored Mar 27, 2024
1 parent d248bf5 commit 5fb9f0b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/maintainers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@
{fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299";}
];
};
DanielLaing = {
email = "daniel@daniellaing.com";
matrix = "@bodleum:matrix.org";
github = "Bodleum";
githubId = 60107449;
name = "Daniel Laing";
keys = [
{fingerprint = "0821 8B96 DC73 85E5 BB7C A535 D264 3BD2 13BC 0FA8";}
];
};
}
1 change: 1 addition & 0 deletions plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
./utils/toggleterm.nix
./utils/undotree.nix
./utils/vim-bbye.nix
./utils/vim-css-color.nix
./utils/vim-matchup.nix
./utils/which-key.nix
./utils/wilder.nix
Expand Down
12 changes: 12 additions & 0 deletions plugins/utils/vim-css-color.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
config,
helpers,
pkgs,
...
}:
helpers.vim-plugin.mkVimPlugin config {
name = "vim-css-color";
defaultPackage = pkgs.vimPlugins.vim-css-color;

maintainers = [helpers.maintainers.DanielLaing];
}
5 changes: 5 additions & 0 deletions tests/test-sources/plugins/utils/vim-css-color.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
empty = {
plugins.vim-css-color.enable = true;
};
}

0 comments on commit 5fb9f0b

Please sign in to comment.