about summary refs log tree commit diff
path: root/pkgs/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-06-20 13:57:14 +0100
committerdevhell <devhell@mailfresser.de>2021-06-20 13:57:51 +0100
commitd67eada04d2de15ad985bd92ce0871fba12e8548 (patch)
tree0e2a0ee68af737e5688a43106f098fe2922b0890 /pkgs/devhell
parentcc32ebe5cff7986e684264bb524dbbe715bac099 (diff)
devhell/vim: Add colorizer plugin
This helps quite a lot when working with colors.
Diffstat (limited to 'pkgs/devhell')
-rw-r--r--pkgs/devhell/vim/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/devhell/vim/default.nix b/pkgs/devhell/vim/default.nix
index 73db8169..e382e613 100644
--- a/pkgs/devhell/vim/default.nix
+++ b/pkgs/devhell/vim/default.nix
@@ -19,6 +19,7 @@ pkgs.vim_configurable.overrideAttrs (drv: {
         vim-lastplace
         vim-nix
         vim-signify
+        colorizer
       ];
       opt = [ vimtex ];
     };