config: indent-blankline no showing underline at start/end

This commit is contained in:
leafee98 2023-12-20 16:39:43 +08:00
parent a12348bc9d
commit 4d32d464ba

View file

@ -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",