commit
1c12503ebf
15 changed files with 1434 additions and 0 deletions
21
plugins/which-key.nix
Normal file
21
plugins/which-key.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# homepage: https://github.com/folke/which-key.nvim
|
||||
# nixvim doc: https://nix-community.github.io/nixvim/plugins/which-key/index.html
|
||||
_:
|
||||
|
||||
{
|
||||
opts = {
|
||||
enable = true;
|
||||
window.border = "single";
|
||||
|
||||
# Disable which-key when in neo-tree or telescope
|
||||
disable.filetypes = [
|
||||
"TelescopePrompt"
|
||||
"neo-tree"
|
||||
"neo-tree-popup"
|
||||
];
|
||||
};
|
||||
|
||||
# Enable catppuccin colors
|
||||
# https://github.com/catppuccin/nvim/blob/main/lua/catppuccin/groups/integrations/which_key.lua
|
||||
rootOpts.colorschemes.catppuccin.settings.integrations.which_key = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue