12.nixvim/plugins/by-name/vim-css-color/default.nix
2025-06-24 06:10:11 +00:00

6 lines
170 B
Nix

{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "vim-css-color";
description = "Preview CSS colors in Vim.";
maintainers = [ lib.maintainers.DanielLaing ];
}