Fix indent-blankline-nvim after breaking change
This commit is contained in:
parent
14ac00f2f0
commit
72306ed1c7
@ -1 +1,6 @@
|
||||
require("indent_blankline").setup()
|
||||
require("ibl").setup({
|
||||
scope = {
|
||||
show_start = false,
|
||||
show_end = false,
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user