Files
neovim-config/lua/themes/one-dark-pro.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
285 B
Lua

-- -----------------------------------------------------------------------------
-- ------------------------------ One Dark Pro ---------------------------------
-- -----------------------------------------------------------------------------
return {
"olimorris/onedarkpro.nvim",
}