mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2024-12-23 16:56:32 +00:00
11 lines
268 B
Lua
11 lines
268 B
Lua
return {
|
|
-- { "navarasu/onedark.nvim", opts = { style = "darker" } },
|
|
-- { "LazyVim/LazyVim", opts = {
|
|
-- colorscheme = "onedark",
|
|
-- } },
|
|
{ "catppuccin/nvim", name = "catppuccin" },
|
|
{ "LazyVim/LazyVim", opts = {
|
|
colorscheme = "catppuccin",
|
|
} },
|
|
}
|