Skip to content

Commit

Permalink
migrate(idl): indent-blankline to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChiuGit committed Sep 28, 2023
1 parent c7b12ca commit bdc7b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/modules/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ui["lewis6991/gitsigns.nvim"] = {
config = require("ui.gitsigns"),
}
ui["lukas-reineke/indent-blankline.nvim"] = {
main = "ibl",
lazy = true,
event = { "CursorHold", "CursorHoldI" },
config = require("ui.indent-blankline"),
Expand Down

0 comments on commit bdc7b52

Please sign in to comment.