mirror of https://github.com/LazyVim/starter
chore: disable unused theme
parent
fc7e0bc0e3
commit
5e258c3d19
|
@ -16,6 +16,14 @@ local logo = [[
|
||||||
░ ░ ░ ░ ░ ░ ░ ░
|
░ ░ ░ ░ ░ ░ ░ ░
|
||||||
░ ]]
|
░ ]]
|
||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"catppuccin/nvim",
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"folke/tokyonight.nvim",
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Reference in New Issue