mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-03-13 03:24:06 +01:00
9 lines
147 B
Lua
9 lines
147 B
Lua
|
|
return {
|
||
|
|
"folke/tokyonight.nvim",
|
||
|
|
lazy = false,
|
||
|
|
priority = 1000,
|
||
|
|
config = function()
|
||
|
|
vim.cmd([[colorscheme tokyonight-moon]])
|
||
|
|
end,
|
||
|
|
}
|