BIG reorganisation.
This commit is contained in:
parent
3be3ccbbea
commit
e20e00ef8a
122 changed files with 36 additions and 109 deletions
8
_cli/astronvim/lua/user/plugins/whitespace.lua
Normal file
8
_cli/astronvim/lua/user/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