mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
add(nvim): trailing whitespace
This commit is contained in:
parent
797895eaf6
commit
04f1d9ae2e
3 changed files with 7 additions and 0 deletions
5
.config/nvim/lua/trailing-whitespace-cfg/init.lua
Normal file
5
.config/nvim/lua/trailing-whitespace-cfg/init.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
require 'trailing-whitespace'.setup {
|
||||
patterns = { '\\s\\+$' },
|
||||
palette = { markdown = 'Teal' },
|
||||
default_color = 'Brown',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue