Add indent_line

This commit is contained in:
Nicky Obreykov 2025-03-08 12:06:27 +01:00
parent c3194074ec
commit 7d205f9332
2 changed files with 11 additions and 2 deletions

View file

@ -4,6 +4,15 @@ return {
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
opts = {
indent = {
char = '',
},
scope = {
enabled = false,
show_start = false,
show_end = false,
},
},
},
}