Skip to content

Commit

Permalink
refactor: mini-align config
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Pluchart committed Sep 11, 2024
1 parent 5d45f3c commit ad2ed7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/plugins/align.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
return {
'echasnovski/mini.align',
version = false,
config = true,
event = 'VeryLazy',
config = function()
require('mini.align').setup()
end,
}

0 comments on commit ad2ed7a

Please sign in to comment.