mirror of https://github.com/LazyVim/starter
12 lines
193 B
Lua
12 lines
193 B
Lua
|
return {
|
||
|
{ "Mofiqul/vscode.nvim", config = {} },
|
||
|
{ "catppuccin/nvim", name = "catppuccin" },
|
||
|
|
||
|
{
|
||
|
"LazyVim/LazyVim",
|
||
|
opts = {
|
||
|
colorscheme = "catppuccin-frappe",
|
||
|
},
|
||
|
},
|
||
|
}
|