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
vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
require("lazy").setup({
spec = "lazyvim.plugins",
require("lazy").setup("lazyvim.plugins", {
defaults = { lazy = true, version = "*" },
install = { colorscheme = { "tokyonight", "habamax" } },
checker = { enabled = true },