nvim: update indent blankline config

This commit is contained in:
PowerUser64 2023-10-30 11:04:54 -07:00
parent 4141fdb135
commit d2db518b30

View file

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