Neovim: update which-key configuration to v3
This commit is contained in:
parent
165c1ee9ca
commit
44345df4a9
12 changed files with 95 additions and 87 deletions
|
@ -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
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue