summaryrefslogtreecommitdiff
path: root/lua/plugins/extra/vim-easy-align.lua
blob: a63afe2388bd2441f4e0b2343ff8b5182cbc280e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
   {
      "https://github.com/junegunn/vim-easy-align",
      keys = {
         {
            "ga",
            "<Plug>(EasyAlign)",
            mode = { "n", "x" },
            desc = "Align text",
            silent = true,
         },
      },
   },
}