Latest version

This commit is contained in:
Wil Simpson 2023-03-31 10:29:59 -04:00
parent 0541abf80c
commit 8693bde880
4 changed files with 49 additions and 7 deletions

View file

@ -0,0 +1,6 @@
return {
'norcalli/nvim-colorizer.lua',
config = function()
require('colorizer').setup()
end,
}