From d2db518b30da70cc08fc8cee57af70d29d15fd14 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 30 Oct 2023 11:04:54 -0700 Subject: [PATCH] nvim: update indent blankline config --- .config/nvim/lua/blake/other.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/nvim/lua/blake/other.lua b/.config/nvim/lua/blake/other.lua index e66b7c0..c5afbd1 100644 --- a/.config/nvim/lua/blake/other.lua +++ b/.config/nvim/lua/blake/other.lua @@ -184,10 +184,7 @@ M.indent_blankline = function() let g:indent_blankline_use_treesitter = v:true let g:indent_blankline_show_current_context = v:true ]] - require("indent_blankline").setup { - show_current_context = true, - show_current_context_start = false, - } + require("ibl").setup() end -- <<<