diff --git a/lua/plugins/10-editor.lua b/lua/plugins/10-editor.lua index 7d79eed..550973b 100644 --- a/lua/plugins/10-editor.lua +++ b/lua/plugins/10-editor.lua @@ -9,11 +9,8 @@ return { }, { "lukas-reineke/indent-blankline.nvim", - main = "indent_blankline", - opts = { - show_current_context = true, - show_current_context_start = true, - }, + main = "ibl", + opts = { }, }, { "famiu/bufdelete.nvim",