Because highlighting is about focus not vibes
return {
"ezpieco/clarity.nvim",
as = "clarity",
config = function()
vim.cmd("colorscheme clarity")
end
}Most colorschemes are too much, they highlight everything and ruin the sheer
meaning of highlighting. clarity.nvim only highlights the critical things
(hopefully).
These being declarations and comments.


