From 702b02cdf6ca8bfab004941614641023a4720980 Mon Sep 17 00:00:00 2001 From: jasmine Date: Wed, 14 May 2025 11:29:44 +0800 Subject: [PATCH] remove software liceneses --- config/plugins/utils/software-licenses.nix | 13 ------------- config/plugins/utils/telescope.nix | 10 ---------- 2 files changed, 23 deletions(-) delete mode 100644 config/plugins/utils/software-licenses.nix diff --git a/config/plugins/utils/software-licenses.nix b/config/plugins/utils/software-licenses.nix deleted file mode 100644 index 3ddc586..0000000 --- a/config/plugins/utils/software-licenses.nix +++ /dev/null @@ -1,13 +0,0 @@ -{pkgs, ...}: { - extraPlugins = [ - (pkgs.vimUtils.buildVimPlugin { - name = "software-licenses"; - src = pkgs.fetchFromGitHub { - owner = "chip"; - repo = "telescope-software-licenses.nvim"; - rev = "fb5fc33"; - hash = "sha256-luyCjkZSm1F6qoRpP5hHRAx4632u6JFuX2s7m2s8y60="; - }; - }) - ]; -} diff --git a/config/plugins/utils/telescope.nix b/config/plugins/utils/telescope.nix index 0ba7de2..9002a02 100644 --- a/config/plugins/utils/telescope.nix +++ b/config/plugins/utils/telescope.nix @@ -1,8 +1,4 @@ {...}: { - imports = [ - ./software-licenses.nix # View common software licenses. - ]; - plugins.telescope = { enable = true; @@ -48,12 +44,6 @@ desc = "Search project files"; }; }; - "sl" = { - action = "software-licenses find"; - options = { - desc = "Search Software Licenses"; - }; - }; # List "glc" = {