config-nvim/lua/plugins/tokyonight.lua
2024-09-02 04:49:51 -07:00

4 lines
70 B
Lua

return {
{ "folke/tokyonight.nvim", opts = { style = "night" } },
}