dotfiles/.config/nvim/lua/plugins/tokyonight.lua

7 lines
82 B
Lua

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