Closed science-dojo closed 9 months ago
I clone lazy.nvim in ~/.local/share/nvim (vim.fn.stdpath("data") print this path), join /lazy/lazy.nvim, rtp.prepend lazypath, and then require(lazy.nvim), nvim produce the following errors. how to fix ?
lazy.nvim
~/.local/share/nvim
/lazy/lazy.nvim
lazypath
require(lazy.nvim)
lazy.nvim and LazyVim are two different packages. Don't confuse them two.
Your initial git checkout must have failed. Bad internet?
I clone
lazy.nvim
in~/.local/share/nvim
(vim.fn.stdpath("data") print this path), join/lazy/lazy.nvim
, rtp.prependlazypath
, and thenrequire(lazy.nvim)
, nvim produce the following errors. how to fix ?