Files
neovim-config/lua/themes/kanagawa.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
281 B
Lua

-- -----------------------------------------------------------------------------
-- -------------------------------- Kanagawa -----------------------------------
-- -----------------------------------------------------------------------------
return {
"rebelot/kanagawa.nvim",
}