Skip to content

Commit 233bef6

Browse files
authored
Merge pull request nvim-lua#446 from lukas-reineke/fix-indent-blankline
fix: fix indent-blankline config
2 parents feb6ada + 4eb9e40 commit 233bef6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

init.lua

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,8 @@ require('lazy').setup({
170170
'lukas-reineke/indent-blankline.nvim',
171171
-- Enable `lukas-reineke/indent-blankline.nvim`
172172
-- See `:help indent_blankline.txt`
173-
config = function()
174-
require('ibl').setup {
175-
char = '',
176-
show_trailing_blankline_indent = false,
177-
}
178-
end,
173+
main = "ibl",
174+
opts = {},
179175
},
180176

181177
-- "gc" to comment visual regions/lines

0 commit comments

Comments
 (0)