summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2020-02-03 16:39:34 +0100
committerAlan Pearce2020-02-03 16:39:34 +0100
commit66fda6c56df0399c065ffdabb0e8d81675f2821c (patch)
tree3d9a97617855c5fafd2e71ab1d5abc2fe1ea18cd /user/settings
parent24947fcb4632859f5ffec38372d04c9c433b988f (diff)
downloadnixfiles-66fda6c56df0399c065ffdabb0e8d81675f2821c.tar.lz
nixfiles-66fda6c56df0399c065ffdabb0e8d81675f2821c.tar.zst
nixfiles-66fda6c56df0399c065ffdabb0e8d81675f2821c.zip
zsh: remove unused better-npm-completion plugin
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/zsh.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 20b0a08d..c5473729 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -62,16 +62,6 @@ in
         };
       }
       {
-        name = "better-npm-completion";
-        src = pkgs.fetchFromGitHub {
-          owner = "lukechilds";
-          repo = "zsh-better-npm-completion";
-          rev = "b61f6bb4e640728c42ae84ca55a575ee88c60fe8";
-          # date = 2017-07-02T09:59:33+01:00;
-          sha256 = "00c1gdsam0z6v09fvz7hyl0zgmgnwbf59i1yrbkrz08frjlr16ax";
-        };
-      }
-      {
         name = "zsh-nix-shell";
         src = pkgs.fetchFromGitHub {
           owner = "chisui";