mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
chore: Use tailwindcss-colors-nvim from nixpkgs
No need to define this manually now that it's upstreamed.
This commit is contained in:
parent
e34d70c20b
commit
69b7e09c31
@ -12,18 +12,6 @@ let
|
||||
hash = "sha256-Q+Jx6/MgeE2hsd/a6FqfXpAOaRcNymZW6t75hYCcH4E=";
|
||||
};
|
||||
};
|
||||
|
||||
tailwindcss-colors-nvim = with pkgs.vimUtils; buildVimPlugin {
|
||||
pname = "tailwindcss-colors-nvim";
|
||||
version = "ccb5be2f84673c1a0ef90a0c0a76733e85e5265b";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "themaxmarchuk";
|
||||
repo = "tailwindcss-colors.nvim";
|
||||
rev = "ccb5be2f84673c1a0ef90a0c0a76733e85e5265b";
|
||||
hash = "sha256-2eUr4rB8gpax0xJ8U4O2O93UXUxF+HZV6Co8LwPZ3JE=";
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
programs.bat.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user