Fix indent-blankline-nvim after breaking change

This commit is contained in:
Tyler Hallada 2023-12-01 15:26:02 -05:00
parent 14ac00f2f0
commit 72306ed1c7

View File

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