add(nvim): indent blankline

This commit is contained in:
Léana 江 2023-02-23 11:20:18 +01:00
parent 235a974510
commit 89f8555acf
3 changed files with 7 additions and 1 deletions

View file

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