Add easyalign

This commit is contained in:
2024-11-22 08:39:59 +01:00
parent f0bc3e37df
commit 2724b2ac2a
3 changed files with 23 additions and 14 deletions

View File

@@ -1,7 +1,16 @@
return {
{
"junegunn/vim-easy-align",
lazy = false, -- Load the plugin immediately
keys = {
-- Custom keymappings for easy-align
{ "ga", "<Plug>(EasyAlign)", mode = { "n", "x" }, desc = "Easy Align" }
},
},
{
"charludo/projectmgr.nvim",
lazy = false, -- Required for proper functionality
lazy = false,
},
{