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