From d67eada04d2de15ad985bd92ce0871fba12e8548 Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 20 Jun 2021 13:57:14 +0100 Subject: devhell/vim: Add colorizer plugin This helps quite a lot when working with colors. --- pkgs/devhell/vim/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/devhell') 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 ]; }; -- cgit 1.4.1