plugins: update config to the ibl version 3

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

Co-Authored-by: iGor milhit <igor@milhit.ch>
test
iGor milhit 2023-09-28 10:49:27 +02:00
parent 5032bbd5c8
commit 69b62150a5
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',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help indent_blankline.txt`
main = "ibl",
opts = {
char = '',
show_trailing_blankline_indent = false,
indent = {char = ''},
whitespace = {remove_blankline_trail = false},
},
},