From b9965f0fc5c5c77c688b8671094d159599e1ac21 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 9 Jun 2018 00:17:06 +0200 Subject: Convert custom Vim color scheme to CLI Eliminates cs-exact dependency for better compatibility with e.g. WSL --- pkgs/vim/plugins.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pkgs/vim/plugins.nix') diff --git a/pkgs/vim/plugins.nix b/pkgs/vim/plugins.nix index 48f31d1..0d8528b 100644 --- a/pkgs/vim/plugins.nix +++ b/pkgs/vim/plugins.nix @@ -3,14 +3,6 @@ let buildVimPlugin = pkgs.vimUtils.buildVimPluginFrom2Nix; in { - "vim-csexact" = buildVimPlugin { - name = "vim-csexact"; - src = fetchgit { - url = "https://github.com/KevinGoodsell/vim-csexact"; - rev = "d694a55e8daee475bdf4748a1ef7c1562b581476"; - sha256 = "1kwpxk68prdpzw4b7mpfwh2vq99gfymr544wzwcm072h2x89s1dv"; - }; - }; "vim-unimpaired" = buildVimPlugin { name = "vim-unimpaired"; src = fetchgit { -- cgit v1.2.3