We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c7047 commit 7a58588Copy full SHA for 7a58588
init.lua
@@ -170,12 +170,8 @@ require('lazy').setup({
170
'lukas-reineke/indent-blankline.nvim',
171
-- Enable `lukas-reineke/indent-blankline.nvim`
172
-- See `:help indent_blankline.txt`
173
- config = function()
174
- require('ibl').setup {
175
- char = '┊',
176
- show_trailing_blankline_indent = false,
177
- }
178
- end,
+ main = "ibl",
+ opts = {},
179
},
180
181
-- "gc" to comment visual regions/lines
0 commit comments