🎨 Theme != Lazy
- Don't lazy-load themes - No speed benefit - Allows proper autocomplete of colorscheme names
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"Mofiqul/dracula.nvim",
|
||||
lazy = true,
|
||||
}
|
||||
@@ -3,5 +3,4 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"projekt0n/github-nvim-theme",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
return {
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
@@ -3,5 +3,4 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
return {
|
||||
"diegoulloao/neofusion.nvim",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
@@ -3,5 +3,4 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"shaunsingh/nord.nvim",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
@@ -3,5 +3,4 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"olimorris/onedarkpro.nvim",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
return {
|
||||
"nyoom-engineering/oxocarbon.nvim",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
@@ -4,5 +4,4 @@
|
||||
return {
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
@@ -3,5 +3,4 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"LZDQ/umbra.nvim",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user