mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
6 lines
170 B
Nix
6 lines
170 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "vim-css-color";
|
|
description = "Preview CSS colors in Vim.";
|
|
maintainers = [ lib.maintainers.DanielLaing ];
|
|
}
|