Compare commits
3 commits
1b5b124dc8
...
9d6eb23ea3
Author | SHA1 | Date | |
---|---|---|---|
9d6eb23ea3 | |||
d7c5e8e43a | |||
702b02cdf6 |
4 changed files with 4 additions and 24 deletions
|
@ -18,6 +18,7 @@
|
|||
./plugins/ui/lualine.nix
|
||||
./plugins/ui/neo-tree.nix
|
||||
./plugins/ui/web-devicons.nix
|
||||
./plugins/ui/whichkey.nix
|
||||
|
||||
# LSP and formatting
|
||||
./plugins/lsp/conform.nix
|
||||
|
@ -34,6 +35,5 @@
|
|||
./plugins/utils/telescope.nix
|
||||
./plugins/utils/todo-comments.nix
|
||||
./plugins/utils/vimtex.nix
|
||||
./plugins/utils/whichkey.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{...}: {
|
||||
plugins.which-key = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preset = "modern";
|
||||
};
|
||||
};
|
||||
|
||||
# Prefixes, No operation.
|
|
@ -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 = {
|
||||
enable = true;
|
||||
|
||||
|
@ -48,12 +44,6 @@
|
|||
desc = "Search project files";
|
||||
};
|
||||
};
|
||||
"<leader>sl" = {
|
||||
action = "software-licenses find";
|
||||
options = {
|
||||
desc = "Search Software Licenses";
|
||||
};
|
||||
};
|
||||
|
||||
# List
|
||||
"<leader>glc" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue