Skip to content

Commit e50a916

Browse files
feohsfrick
authored andcommitted
Merge pull request nvim-lua#446 from lukas-reineke/fix-indent-blankline
fix: fix indent-blankline config
2 parents fc24882 + d67096f commit e50a916

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
@@ -178,12 +178,8 @@ require('lazy').setup({
178178
'lukas-reineke/indent-blankline.nvim',
179179
-- Enable `lukas-reineke/indent-blankline.nvim`
180180
-- See `:help indent_blankline.txt`
181-
config = function()
182-
require('ibl').setup {
183-
char = '',
184-
show_trailing_blankline_indent = false,
185-
}
186-
end,
181+
main = "ibl",
182+
opts = {},
187183
},
188184

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

0 commit comments

Comments
 (0)