feat: add nvimdots
This commit is contained in:
11
nvim/lua/modules/configs/editor/align.lua
Normal file
11
nvim/lua/modules/configs/editor/align.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user