Skip to content

Commit

Permalink
fix(init.lua): indent blankline v3 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelchucks authored Sep 28, 2023
1 parent 3668af3 commit 878ec12
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,12 @@ require('lazy').setup({
'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help indent_blankline.txt`
opts = {
char = '',
show_trailing_blankline_indent = false,
},
config = function()
require('ibl').setup {
char = '',
show_trailing_blankline_indent = false,
}
end,
},

-- "gc" to comment visual regions/lines
Expand Down

0 comments on commit 878ec12

Please sign in to comment.