11 lines
153 B
Nix
11 lines
153 B
Nix
|
{ ... }: {
|
||
|
text = ''
|
||
|
require("mini.align").setup {
|
||
|
mappings = {
|
||
|
start = "<Leader>a",
|
||
|
-- start_with_preview = '<Leader>A',
|
||
|
},
|
||
|
}
|
||
|
'';
|
||
|
}
|