Skip to content

Commit

Permalink
chore: sort dependencies before event keys in plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Sep 30, 2024
1 parent debd875 commit f76bb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ local modules = {
{ "NvChad/nvim-colorizer.lua", event = "VeryLazy", config = "plugins.colorizer" },
{ "windwp/nvim-spectre", event = "VeryLazy", config = "plugins.spectre" },
-- stylua: ignore
{ "kevinhwang91/nvim-ufo", event = "VeryLazy", dependencies = "kevinhwang91/promise-async", config = "plugins.ufo" },
{ "kevinhwang91/nvim-ufo", dependencies = "kevinhwang91/promise-async", event = "VeryLazy", config = "plugins.ufo" },
{ "nvim-tree/nvim-web-devicons", config = "plugins.devicons", eager = true },
"nvim-lua/plenary.nvim",
{ "tenxsoydev/size-matters.nvim", lazy = true },
Expand Down

0 comments on commit f76bb39

Please sign in to comment.