plugins: update config to the ibl version 3

- Updates the configuration accordingly to the indent blankline plugin
  version 3.

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2023-10-06 09:47:39 +02:00
parent e8ebd9f7ad
commit 78cfbf1c10
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 3 additions and 2 deletions

View File

@ -173,9 +173,10 @@ require('lazy').setup({
'lukas-reineke/indent-blankline.nvim', 'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim` -- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help indent_blankline.txt` -- See `:help indent_blankline.txt`
main = "ibl",
opts = { opts = {
char = '', indent = {char = ''},
show_trailing_blankline_indent = false, whitespace = {remove_blankline_trail = false},
}, },
}, },