Additional configuration for whitespace.nvim.

This commit is contained in:
Bartek Stalewski 2023-04-16 00:39:03 +02:00
parent 74d3e94843
commit cf38df563f
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,8 @@
return {
{ "johnfrankmorgan/whitespace.nvim",
{ "johnfrankmorgan/whitespace.nvim",
event = "User AstroFile",
opts = {
highlight = 'SpellBad',
},
},
}