kickstart.nvim/lua/custom/plugins/tokyonight.lua

7 lines
86 B
Lua

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