dotfiles/_unused/astronvim/plugins/whitespace.lua

9 lines
135 B
Lua

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