diff --git a/lua/plugins/10-editor.lua b/lua/plugins/10-editor.lua index 66ab4b9..397b810 100644 --- a/lua/plugins/10-editor.lua +++ b/lua/plugins/10-editor.lua @@ -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",