config: indent-blankline no showing underline at start/end
This commit is contained in:
parent
a12348bc9d
commit
4d32d464ba
|
@ -17,7 +17,12 @@ return {
|
|||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
event = "VeryLazy",
|
||||
opts = { },
|
||||
opts = {
|
||||
scope = {
|
||||
show_start = false,
|
||||
show_end = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"famiu/bufdelete.nvim",
|
||||
|
|
Loading…
Reference in a new issue