fix(nvim): ident-blankline should be loaded earlier

This commit is contained in:
2025-06-15 09:12:57 +08:00
parent b762cb91fe
commit 2f170b9e08

View File

@@ -57,7 +57,7 @@ local plugins = {
},
{
"lukas-reineke/indent-blankline.nvim",
event = "InsertEnter",
event = "VeryLazy",
config = function()
require("ibl").setup(require("plugins.indent-blankline"))
end,