updating dependencies and config
This commit is contained in:
parent
198cc65eb6
commit
ed2410d4e8
|
@ -1,9 +1,11 @@
|
||||||
return {
|
return {
|
||||||
-- Add indentation guides even on blank lines
|
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
-- See `:help indent_blankline.txt`
|
main = 'ibl',
|
||||||
opts = {
|
opts = {
|
||||||
char = '┊',
|
indent = { char = '┊' },
|
||||||
show_trailing_blankline_indent = false,
|
scope = {
|
||||||
|
enabled = true,
|
||||||
|
highlight = { "Function", "Label" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue