🎨 Theme != Lazy

- Don't lazy-load themes
- No speed benefit
- Allows proper autocomplete of colorscheme names
This commit is contained in:
2024-07-12 20:04:03 -04:00
parent 549d9a1ce1
commit 238882ae45
10 changed files with 0 additions and 10 deletions
-1
View File
@@ -3,5 +3,4 @@
-- ----------------------------------------------------------------------------- -- -----------------------------------------------------------------------------
return { return {
"Mofiqul/dracula.nvim", "Mofiqul/dracula.nvim",
lazy = true,
} }
-1
View File
@@ -3,5 +3,4 @@
-- ----------------------------------------------------------------------------- -- -----------------------------------------------------------------------------
return { return {
"projekt0n/github-nvim-theme", "projekt0n/github-nvim-theme",
lazy = true,
} }
-1
View File
@@ -1,4 +1,3 @@
return { return {
"ellisonleao/gruvbox.nvim", "ellisonleao/gruvbox.nvim",
lazy = true,
} }
-1
View File
@@ -3,5 +3,4 @@
-- ----------------------------------------------------------------------------- -- -----------------------------------------------------------------------------
return { return {
"rebelot/kanagawa.nvim", "rebelot/kanagawa.nvim",
lazy = true,
} }
-1
View File
@@ -1,4 +1,3 @@
return { return {
"diegoulloao/neofusion.nvim", "diegoulloao/neofusion.nvim",
lazy = true,
} }
-1
View File
@@ -3,5 +3,4 @@
-- ----------------------------------------------------------------------------- -- -----------------------------------------------------------------------------
return { return {
"shaunsingh/nord.nvim", "shaunsingh/nord.nvim",
lazy = true,
} }
-1
View File
@@ -3,5 +3,4 @@
-- ----------------------------------------------------------------------------- -- -----------------------------------------------------------------------------
return { return {
"olimorris/onedarkpro.nvim", "olimorris/onedarkpro.nvim",
lazy = true,
} }
-1
View File
@@ -1,4 +1,3 @@
return { return {
"nyoom-engineering/oxocarbon.nvim", "nyoom-engineering/oxocarbon.nvim",
lazy = true,
} }
-1
View File
@@ -4,5 +4,4 @@
return { return {
"rose-pine/neovim", "rose-pine/neovim",
name = "rose-pine", name = "rose-pine",
lazy = true,
} }
-1
View File
@@ -3,5 +3,4 @@
-- ----------------------------------------------------------------------------- -- -----------------------------------------------------------------------------
return { return {
"LZDQ/umbra.nvim", "LZDQ/umbra.nvim",
lazy = true,
} }