This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
starter
mirror of
https://github.com/LazyVim/starter
Watch
1
Star
0
Fork
You've already forked starter
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
be84eb5e6c
starter
/
lua
/
plugins
/
colorscheme.lua
9 lines
119 B
Lua
Raw
Normal View
History
Unescape
Escape
init
2024-04-25 14:34:41 +08:00
return
{
configurations changed
2024-04-25 16:11:44 +08:00
{
"
folke/tokyonight.nvim
"
,
lazy
=
true
,
priority
=
1000
,
opts
=
{
style
=
"
night
"
}
,
}
,
init
2024-04-25 14:34:41 +08:00
}