code cleanup

This commit is contained in:
Léana 江 2023-02-25 11:07:53 +01:00
parent 2b4768b21d
commit bc0ef751e8
3 changed files with 3 additions and 27 deletions

View file

@ -1,4 +1,5 @@
require('indent_blankline').setup({
char = '',
-- char = '┊',
char = ' ',
show_trailing_blankline_indent = false,
})