mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
8 lines
102 B
Lua
8 lines
102 B
Lua
return {
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "solarized-osaka",
|
|
},
|
|
},
|
|
}
|