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