dotfiles/_unused/astronvim/plugins/whitespace.lua

9 lines
135 B
Lua
Raw Normal View History

2023-04-16 00:10:33 +02:00
return {
{ "johnfrankmorgan/whitespace.nvim",
2023-04-16 00:10:33 +02:00
event = "User AstroFile",
opts = {
highlight = 'SpellBad',
},
2023-04-16 00:10:33 +02:00
},
}