feat: add EasyAlign key mapping for enhanced text alignment
This commit is contained in:
@@ -145,6 +145,15 @@ M.codesnap = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
M.easyalign = {
|
||||||
|
{ -- EasyAlign
|
||||||
|
"<leader>g\\",
|
||||||
|
"<Plug>(EasyAlign)",
|
||||||
|
desc = "EasyAlign",
|
||||||
|
mode = { "n", "x" },
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
M.flash = {
|
M.flash = {
|
||||||
{ -- Flash jump to next
|
{ -- Flash jump to next
|
||||||
"<CR>",
|
"<CR>",
|
||||||
|
|||||||
Reference in New Issue
Block a user