mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* Add MVP variant of nvim switcher * Update nvim configs * Remove config * Add migration for the new live themeing * Fix plugin * Remove theme * Update to actually work * Make it faster * Fix quirks --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
15 lines
167 B
Lua
15 lines
167 B
Lua
return {
|
|
{
|
|
"loctvl842/monokai-pro.nvim",
|
|
opts = {
|
|
filter = "ristretto",
|
|
},
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "monokai-pro",
|
|
},
|
|
},
|
|
}
|