remove software liceneses
This commit is contained in:
parent
1b5b124dc8
commit
702b02cdf6
2 changed files with 0 additions and 23 deletions
|
@ -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=";
|
|
||||||
};
|
|
||||||
})
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,8 +1,4 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
|
||||||
./software-licenses.nix # View common software licenses.
|
|
||||||
];
|
|
||||||
|
|
||||||
plugins.telescope = {
|
plugins.telescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -48,12 +44,6 @@
|
||||||
desc = "Search project files";
|
desc = "Search project files";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"<leader>sl" = {
|
|
||||||
action = "software-licenses find";
|
|
||||||
options = {
|
|
||||||
desc = "Search Software Licenses";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# List
|
# List
|
||||||
"<leader>glc" = {
|
"<leader>glc" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue