WIP: update-upstream #4

Closed
cscherrNT wants to merge 69 commits from update-upstream into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 80c2e01c75 - Show all commits

View File

@ -54,6 +54,8 @@ return {
local hooks = require "ibl.hooks" local hooks = require "ibl.hooks"
hooks.register(hooks.type.WHITESPACE, hooks.builtin.hide_first_space_indent_level) hooks.register(hooks.type.WHITESPACE, hooks.builtin.hide_first_space_indent_level)
require("ibl").setup(opts) require("ibl").setup(opts)
dofile(vim.g.base46_cache .. "blankline")
end, end,
}, },