mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: disable unused theme
This commit is contained in:
parent
fc7e0bc0e3
commit
5e258c3d19
1 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,14 @@ local logo = [[
|
|||
░ ░ ░ ░ ░ ░ ░ ░
|
||||
░ ]]
|
||||
return {
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
enabled = false,
|
||||
},
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
enabled = false,
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue