Try to use catppuccin-mocha theme during plugin install

This commit is contained in:
ekzyis 2024-04-22 16:24:29 +02:00
parent 53f7939794
commit a19b3dc353
1 changed files with 5 additions and 1 deletions

View File

@ -10,4 +10,8 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
})
end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup("plugins")
require("lazy").setup("plugins", {
install = {
colorscheme = { "catppuccin-mocha" }
}
})