remove indentation character

This commit is contained in:
vladstojna 2023-04-18 21:06:05 +01:00 committed by vladstojna
parent b6809e8562
commit 60e6ab22fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
return { return {
'lukas-reineke/indent-blankline.nvim', 'lukas-reineke/indent-blankline.nvim',
opts = { opts = {
char = '', char = '',
show_trailing_blankline_indent = false, show_trailing_blankline_indent = false,
show_current_context = true, show_current_context = true,
}, },