feat(cfg): remove invalid options from indent-blankline
This commit is contained in:
parent
2fcc4d1cab
commit
91b4aa74f9
1 changed files with 1 additions and 4 deletions
5
init.lua
5
init.lua
|
@ -174,10 +174,7 @@ require('lazy').setup({
|
|||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help indent_blankline.txt`
|
||||
main = "ibl",
|
||||
opts = {
|
||||
char = '┊',
|
||||
show_trailing_blankline_indent = false,
|
||||
},
|
||||
opts = {},
|
||||
},
|
||||
|
||||
-- "gc" to comment visual regions/lines
|
||||
|
|
Loading…
Add table
Reference in a new issue