From 8dc35e708652a1b4988601f62b4bddd8515e2577 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Thu, 19 Oct 2023 21:43:01 +0800 Subject: [PATCH] migrate indent-blankline to version 3 --- lua/plugins/10-editor.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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",