mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 14:41:00 +00:00
9 lines
149 B
Lua
9 lines
149 B
Lua
|
|
return {
|
||
|
|
"AlphaTechnolog/pywal.nvim",
|
||
|
|
lazy = false,
|
||
|
|
priority = 1000,
|
||
|
|
config = function()
|
||
|
|
require("pywal").setup()
|
||
|
|
end,
|
||
|
|
}
|