Small fixes

This commit is contained in:
Daniel Winkler 2026-07-30 13:46:58 +10:00
commit b8f72cb150
4 changed files with 288 additions and 13 deletions

View file

@ -37,7 +37,13 @@ later(function()
end)
later(function()
require("mini.align").setup()
-- Keep `ga` free for CodeCompanion's "accept change" mapping.
require("mini.align").setup({
mappings = {
start = "gA",
start_with_preview = "g<C-A>",
},
})
end)
later(function()