sunhat/themes/neovim/tokyo-night.lua

9 lines
86 B
Lua
Raw Normal View History

2024-05-30 16:46:05 -07:00
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "tokyonight",
},
},
}