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 -- <<<