diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 6578f52..684d549 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -27,13 +27,17 @@ return { opts = {}, config = function() require("ibl").setup { + debounce = 100, indent = { char = "▏", + tab_char = "▏", + highlight = { "VertSplit" }, }, scope = { enabled = true, show_start = false, show_end = false, + highlight = "LineNr", }, } end,