This commit is contained in:
siduck 2024-03-14 11:15:37 +05:30
parent cf1db9821a
commit 80c2e01c75
1 changed files with 2 additions and 0 deletions

View File

@ -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,
},