dotfiles
custom linux config files managed with gnu stow
![dotfiles](http://code.x-e.ro/ui/img/code/dotfiles.png)
return {
"brenoprata10/nvim-highlight-colors",
verylazy = true,
config = function()
local r = require("utils.remaps")
local c = require("nvim-highlight-colors")
c.setup({})
r.which_key("<leader>c", "colorizer")
r.noremap("n", "<leader>c", function()
c.toggle()
end, "toggle colorizer")
end,
}