mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-30 23:00:01 +02:00
fix: error when installing
This commit is contained in:
parent
650a7429f3
commit
f0126ce586
1 changed files with 1 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue