mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 09:23:02 +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,
|
||
|
|
}
|