dotfiles/_cli/astronvim/lua/user/plugins/whitespace.lua

9 lines
135 B
Lua

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