mirror of https://github.com/LazyVim/starter
7 lines
102 B
Lua
7 lines
102 B
Lua
|
return {
|
||
|
"folke/tokyonight.nvim",
|
||
|
lazy = true,
|
||
|
priority = 1000,
|
||
|
opts = { style = "night" },
|
||
|
}
|