ref(nvim): refactored config structure

This commit is contained in:
Léana 江 2023-04-04 00:50:57 +02:00
parent 76a64639a2
commit 7bbf5ee03b
29 changed files with 23 additions and 81 deletions

View file

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