feat(cfg): remove invalid options from indent-blankline

This commit is contained in:
EGRrqq 2023-09-29 01:44:58 -05:00
parent 2fcc4d1cab
commit 91b4aa74f9
1 changed files with 1 additions and 4 deletions

View File

@ -174,10 +174,7 @@ require('lazy').setup({
-- Enable `lukas-reineke/indent-blankline.nvim` -- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help indent_blankline.txt` -- See `:help indent_blankline.txt`
main = "ibl", main = "ibl",
opts = { opts = {},
char = '',
show_trailing_blankline_indent = false,
},
}, },
-- "gc" to comment visual regions/lines -- "gc" to comment visual regions/lines