mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-08 00:14:38 +02:00
fix: rename +a
which-key group to ai
. Fixes #3392
This commit is contained in:
parent
060f56d6d4
commit
a474aea1f9
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ return {
|
||||||
init = function()
|
init = function()
|
||||||
LazyVim.on_load("which-key.nvim", function()
|
LazyVim.on_load("which-key.nvim", function()
|
||||||
vim.schedule(function()
|
vim.schedule(function()
|
||||||
require("which-key").register({ a = { name = "+CopilotChat (AI)" } }, { prefix = "<leader>" })
|
require("which-key").register({ a = { name = "+ai" } }, { prefix = "<leader>" })
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue