mod(nvim): better indent/trailing spaces style

This commit is contained in:
Léana 江 2023-06-21 19:49:35 +02:00 committed by Léana 江
parent 7af1c4df13
commit 0d5ad6f02d
2 changed files with 10 additions and 7 deletions

View file

@ -1,4 +1,4 @@
require "indent_blankline".setup({
char = '',
require "indent_blankline".setup {
char = '',
show_trailing_blankline_indent = true,
})
}