Skip to content

Commit

Permalink
Merge pull request nvim-lua#443 from emmanuelchucks/patch-1
Browse files Browse the repository at this point in the history
fix(init.lua): indent blankline v3 setup
  • Loading branch information
feoh authored Sep 28, 2023
2 parents 3668af3 + 878ec12 commit e8c7047
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 e8c7047

Please sign in to comment.