mirror of
https://github.com/m1ngsama/dotfiles.git
synced 2025-12-24 10:51:24 +00:00
12 lines
156 B
Lua
12 lines
156 B
Lua
return {
|
|
{
|
|
"craftzdog/solarized-osaka.nvim",
|
|
lazy = true,
|
|
priority = 1000,
|
|
opts = function()
|
|
return {
|
|
transparent = true,
|
|
}
|
|
end,
|
|
},
|
|
}
|