remove software liceneses

This commit is contained in:
♥ Minnie ♥ 2025-05-14 11:29:44 +08:00
parent 1b5b124dc8
commit 702b02cdf6
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 0 additions and 23 deletions

View file

@ -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=";
};
})
];
}

View file

@ -1,8 +1,4 @@
{...}: {
imports = [
./software-licenses.nix # View common software licenses.
];
plugins.telescope = {
enable = true;
@ -48,12 +44,6 @@
desc = "Search project files";
};
};
"<leader>sl" = {
action = "software-licenses find";
options = {
desc = "Search Software Licenses";
};
};
# List
"<leader>glc" = {