fix: error when installing

This commit is contained in:
ofrades 2023-01-02 14:42:35 +00:00
parent 650a7429f3
commit f0126ce586

View file

@ -11,8 +11,7 @@ if not vim.loop.fs_stat(lazypath) then
end end
vim.opt.rtp:prepend(vim.env.LAZY or lazypath) vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
require("lazy").setup({ require("lazy").setup("lazyvim.plugins", {
spec = "lazyvim.plugins",
defaults = { lazy = true, version = "*" }, defaults = { lazy = true, version = "*" },
install = { colorscheme = { "tokyonight", "habamax" } }, install = { colorscheme = { "tokyonight", "habamax" } },
checker = { enabled = true }, checker = { enabled = true },