This commit is contained in:
2026-01-21 17:25:34 +11:00
parent e0046ccf1a
commit 7433ea1af1
7 changed files with 115 additions and 62 deletions

View File

@@ -1,3 +1,7 @@
-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
local wk = require("which-key")
wk.add({
{ "<leader>a", group = "+ai" },
})