added colorizer

This commit is contained in:
Jimmy Bates 2024-07-01 05:17:28 -07:00
parent 34de2fa369
commit 9838812715
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
return {
'norcalli/nvim-colorizer.lua',
event = 'BufEnter',
opts = { '*' },
}