mirror of
https://github.com/runyanjake/dotfiles.git
synced 2026-02-04 00:57:30 -08:00
11 lines
163 B
Lua
11 lines
163 B
Lua
return {
|
|
{
|
|
"folke/tokyonight.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
config = function()
|
|
vim.cmd([[colorscheme tokyonight]])
|
|
end,
|
|
},
|
|
}
|