nvim: update indent blankline config
This commit is contained in:
parent
4141fdb135
commit
d2db518b30
1 changed files with 1 additions and 4 deletions
|
@ -184,10 +184,7 @@ M.indent_blankline = function()
|
||||||
let g:indent_blankline_use_treesitter = v:true
|
let g:indent_blankline_use_treesitter = v:true
|
||||||
let g:indent_blankline_show_current_context = v:true
|
let g:indent_blankline_show_current_context = v:true
|
||||||
]]
|
]]
|
||||||
require("indent_blankline").setup {
|
require("ibl").setup()
|
||||||
show_current_context = true,
|
|
||||||
show_current_context_start = false,
|
|
||||||
}
|
|
||||||
end
|
end
|
||||||
-- <<<
|
-- <<<
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue