Neovim: update which-key configuration to v3

This commit is contained in:
Marko Korhonen 2024-07-13 15:49:55 +03:00
parent 6fadc26aee
commit 661f71d1a8
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
12 changed files with 95 additions and 87 deletions

View file

@ -104,6 +104,10 @@ return {
{ name = "buffer" },
{ name = "spell" },
{ name = "path" },
{
name = "lazydev",
group_index = 0, -- set group index to 0 to skip loading LuaLS completions
},
},
})