🎨 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 {
"projekt0n/github-nvim-theme",
lazy = true,
}