updating dependencies and config

This commit is contained in:
Lorne Stalker 2023-10-14 17:04:16 +01:00
parent 198cc65eb6
commit ed2410d4e8
1 changed files with 6 additions and 4 deletions

View File

@ -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" },
},
}, },
} }