dotfiles/_unused/astronvim/plugins/whitespace.lua

8 lines
135 B
Lua

return {
{ "johnfrankmorgan/whitespace.nvim",
event = "User AstroFile",
opts = {
highlight = 'SpellBad',
},
},
}