kickstart.nvim/lua/plugins/tokyonight.lua
2023-08-20 11:00:16 +01:00

6 lines
82 B
Lua

return {
"folke/tokyonight.nvim",
lazy = true,
opts = { style = "moon" },
}