mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
Small fixes
This commit is contained in:
parent
6b6f5b3e57
commit
b8f72cb150
4 changed files with 288 additions and 13 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue