12 lines
280 B
Lua
12 lines
280 B
Lua
return function()
|
|
require("modules.utils").load_plugin("mini.align", {
|
|
-- Whether to disable showing non-error feedback
|
|
silent = false,
|
|
-- Module mappings. Use `''` (empty string) to disable one.
|
|
mappings = {
|
|
start = "gea",
|
|
start_with_preview = "geA",
|
|
},
|
|
})
|
|
end
|