- Add a number of new themes - Organize themes into separate subdirectory - All themes are unloaded until selected - Catppuccin and TokyoNight are loaded by default
8 lines
302 B
Lua
8 lines
302 B
Lua
-- -----------------------------------------------------------------------------
|
|
-- ---------------------------- Github Nvim Theme ------------------------------
|
|
-- -----------------------------------------------------------------------------
|
|
return {
|
|
"projekt0n/github-nvim-theme",
|
|
lazy = true,
|
|
}
|