You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wsl ubuntu24.04,
installed neovim 0.9.5,
do git clone https://github.com/LazyVim/starter ~/.config/nvim && rm -rf ~/.config/nvim/.git
runnvim show error. Am I forgot to do something?? puzzled...
Error detected while processing /home/wsl/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /home/wsl/.config/nvim/lua/config/lazy.lua:17: module 'lazy' not found:
no field package.preload['lazy']
no file './lazy.lua'
no file '/usr/share/luajit-2.1/lazy.lua'
no file '/usr/local/share/lua/5.1/lazy.lua'
no file '/usr/local/share/lua/5.1/lazy/init.lua'
no file '/usr/share/lua/5.1/lazy.lua'
no file '/usr/share/lua/5.1/lazy/init.lua'
no file './lazy.so'
no file '/usr/local/lib/lua/5.1/lazy.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/lazy.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
/home/wsl/.config/nvim/lua/config/lazy.lua:17: in main chunk
[C]: in function 'require'
/home/wsl/.config/nvim/init.lua:2: in main chunk
Press ENTER or type command to continue
wsl ubuntu24.04,
installed neovim 0.9.5,
do
git clone https://github.com/LazyVim/starter ~/.config/nvim && rm -rf ~/.config/nvim/.git
run
nvim
show error. Am I forgot to do something?? puzzled...wsl@xxx:~/.config/nvim$ tree
├── LICENSE
├── README.md
├── init.lua
├── lua
│ ├── config
│ │ ├── autocmds.lua
│ │ ├── keymaps.lua
│ │ ├── lazy.lua
│ │ └── options.lua
│ └── plugins
│ └── example.lua
└── stylua.toml
The text was updated successfully, but these errors were encountered: