Fix indent-blankline-nvim after breaking change

This commit is contained in:
Tyler Hallada 2023-10-19 23:24:14 -04:00
parent 7985243ead
commit 34e1e75541

View File

@ -1 +1,6 @@
require("indent_blankline").setup()
require("ibl").setup({
scope = {
show_start = false,
show_end = false,
}
})