feat(indent_blankline): update config for version 3

This commit is contained in:
Matej Janezic 2023-10-08 16:54:15 +02:00
parent f4a9d3bd45
commit 2b7b3c8662
Signed by: janezicmatej
SSH Key Fingerprint: SHA256:3vE2ixAKI8uRNhob5xDwoa9mMPUsxsM4QRHNcPuMHew
1 changed files with 2 additions and 4 deletions

View File

@ -3,8 +3,6 @@ return {
'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`
opts = { main = 'ibl',
char = '', opts = {},
show_trailing_blankline_indent = false,
},
} }