mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
10 lines
153 B
Lua
10 lines
153 B
Lua
return {
|
|
"craftzdog/solarized-osaka.nvim",
|
|
lazy = true,
|
|
priority = 1000,
|
|
opts = function()
|
|
return {
|
|
transparent = true,
|
|
}
|
|
end,
|
|
}
|