Neovim/lua/plugins/tokyonight.lua

9 lines
123 B
Lua

return {
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
},
}