about summary refs log tree commit diff
path: root/pkgs/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-07-08 17:35:43 +0100
committerdevhell <devhell@mailfresser.de>2021-07-08 17:35:43 +0100
commit63c39d417e944d4da5e424bf4f7d688a0b17cd87 (patch)
tree6aeaa48d5e91ec768638d6f113fcb81c81c2df07 /pkgs/devhell
parent42b7eda4a1b2e3dc21b9e3ba4c3dd9e5ab5e5870 (diff)
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.
Diffstat (limited to 'pkgs/devhell')
-rw-r--r--pkgs/devhell/vim/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
     };