Better handling of Astrovim's user configuration.
This commit is contained in:
parent
29bc3efded
commit
8ab1d2f8e3
12 changed files with 2 additions and 1 deletions
8
astronvim/plugins/whitespace.lua
Normal file
8
astronvim/plugins/whitespace.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{ "johnfrankmorgan/whitespace.nvim",
|
||||
event = "User AstroFile",
|
||||
opts = {
|
||||
highlight = 'SpellBad',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue