mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nvim): refactored config structure
This commit is contained in:
parent
76a64639a2
commit
7bbf5ee03b
29 changed files with 23 additions and 81 deletions
5
.config/nvim/after/plugin/trailing-whitespace.lua
Normal file
5
.config/nvim/after/plugin/trailing-whitespace.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
require 'trailing-whitespace'.setup {
|
||||
patterns = { '\\s\\+$' },
|
||||
palette = { markdown = 'Teal' },
|
||||
default_color = '#EEEEEE',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue