Compare commits

..

3 commits

Author SHA1 Message Date
9d6eb23ea3
change layout 2025-05-14 11:49:02 +08:00
d7c5e8e43a
chore: refactor 2025-05-14 11:48:46 +08:00
702b02cdf6
remove software liceneses 2025-05-14 11:35:17 +08:00
4 changed files with 4 additions and 24 deletions

View file

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

View file

@ -1,6 +1,9 @@
{...}: {
plugins.which-key = {
enable = true;
settings = {
preset = "modern";
};
};
# Prefixes, No operation.

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" = {