kickstart.nvim/lua/plugins/tokyonight.lua

6 lines
82 B
Lua

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