Skip to content

Commit

Permalink
load blankline highlights after its setup() too lukas-reineke/indent-…
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck authored and Bot-wxt1221 committed Mar 18, 2024
1 parent aee7714 commit 7d8ff30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/nvchad/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ return {
local hooks = require "ibl.hooks"
hooks.register(hooks.type.WHITESPACE, hooks.builtin.hide_first_space_indent_level)
require("ibl").setup(opts)

dofile(vim.g.base46_cache .. "blankline")
end,
},

Expand Down

0 comments on commit 7d8ff30

Please sign in to comment.