We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1de5703 + 9bdda65 commit feb6adaCopy full SHA for feb6ada
init.lua
@@ -170,10 +170,12 @@ require('lazy').setup({
170
'lukas-reineke/indent-blankline.nvim',
171
-- Enable `lukas-reineke/indent-blankline.nvim`
172
-- See `:help indent_blankline.txt`
173
- opts = {
174
- char = '┊',
175
- show_trailing_blankline_indent = false,
176
- },
+ config = function()
+ require('ibl').setup {
+ char = '┊',
+ show_trailing_blankline_indent = false,
177
+ }
178
+ end,
179
},
180
181
-- "gc" to comment visual regions/lines
0 commit comments