tokyonight added

This commit is contained in:
bumpsoo 2023-11-10 10:53:20 +00:00
parent 0c19bc852d
commit cf5b8dba71

View file

@ -0,0 +1,9 @@
return {
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
config = function()
vim.cmd[[colorscheme tokyonight-day]]
end
}