mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 06:31:00 +00:00
9 lines
121 B
Lua
9 lines
121 B
Lua
|
|
return {
|
||
|
|
'norcalli/nvim-colorizer.lua',
|
||
|
|
config = function()
|
||
|
|
require('colorizer').setup {
|
||
|
|
'*'
|
||
|
|
}
|
||
|
|
end
|
||
|
|
}
|