nix/home/file/nvim/module/plugin/Align.lua

7 lines
113 B
Lua
Raw Normal View History

2024-12-18 13:45:27 +03:00
require("mini.align").setup({
mappings = {
start = "<Leader>a",
-- start_with_preview = '<Leader>A',
},
})