add(nvim): trailing whitespace

This commit is contained in:
Léana 江 2023-02-24 12:57:01 +01:00
parent 797895eaf6
commit 04f1d9ae2e
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
require 'trailing-whitespace'.setup {
patterns = { '\\s\\+$' },
palette = { markdown = 'Teal' },
default_color = 'Brown',
}