1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/plugins/by-name/vim-css-color/default.nix
2024-12-22 10:04:17 +00:00

5 lines
124 B
Nix

{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "vim-css-color";
maintainers = [ lib.maintainers.DanielLaing ];
}