From 63c39d417e944d4da5e424bf4f7d688a0b17cd87 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 8 Jul 2021 17:35:43 +0100 Subject: pkgs/vim: Switch to vim-css-color from colorizer The `colorizer` plugin doesn't produce accurate results, so I'll try `vim-css-colors`. It's also looking more maintained than the previous plugin. --- pkgs/devhell/vim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/devhell') diff --git a/pkgs/devhell/vim/default.nix b/pkgs/devhell/vim/default.nix index b2733294..60b7318e 100644 --- a/pkgs/devhell/vim/default.nix +++ b/pkgs/devhell/vim/default.nix @@ -21,7 +21,7 @@ pkgs.vim_configurable.overrideAttrs (drv: { vim-mucomplete vim-signify vim-toml - colorizer + vim-css-color ]; opt = [ vimtex ]; }; -- cgit 1.4.1