This commit is contained in:
asep komarudin 2023-01-26 11:02:21 +07:00
parent eb90dc8965
commit fe57279597
4 changed files with 6 additions and 3 deletions

View file

@ -11,6 +11,9 @@ return {
commit = "66bfc2e8f754869c7b651f3f47a2ee56ae557764",
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
require("user.tokyonight")
end,
},
{ "lunarvim/lunar.nvim" },
{