nixvim fixed which-key.
This commit is contained in:
parent
3153a2314d
commit
b650a618ad
6 changed files with 59 additions and 60 deletions
|
@ -34,9 +34,12 @@
|
|||
plugins.cmp.settings.sources = [
|
||||
{name = "nvim_lsp";}
|
||||
];
|
||||
plugins.which-key.registrations = {
|
||||
"<leader>l" = "+lsp";
|
||||
};
|
||||
plugins.which-key.settings.spec = [
|
||||
{
|
||||
__unkeyed-1 = "<leader>l";
|
||||
group = "+lsp";
|
||||
}
|
||||
];
|
||||
keymaps = [
|
||||
{
|
||||
action = helpers.mkRaw "vim.lsp.buf.declaration";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue