mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
7 lines
122 B
Lua
7 lines
122 B
Lua
-- lua/plugins/colorschemes.lua
|
|
return {
|
|
"folke/tokyonight.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
opts = {}
|
|
}
|