Files
neovim-config/lua/themes/github-theme.lua
T
rootiest 238882ae45 🎨 Theme != Lazy
- Don't lazy-load themes
- No speed benefit
- Allows proper autocomplete of colorscheme names
2024-07-12 20:04:03 -04:00

7 lines
287 B
Lua

-- -----------------------------------------------------------------------------
-- ---------------------------- Github Nvim Theme ------------------------------
-- -----------------------------------------------------------------------------
return {
"projekt0n/github-nvim-theme",
}