Launch.nvim icon indicating copy to clipboard operation
Launch.nvim copied to clipboard

I do all by instruction, but after run nvim nothing start installs...

Open adminoid opened this issue 1 year ago • 8 comments

Mac OS Monterey What is the reason might be? Thank you!

adminoid avatar Jul 20 '22 19:07 adminoid

I have the same issue. Can someone help?

wuchirat avatar Jul 21 '22 07:07 wuchirat

Hi guys, you can check if directory ~/.loacl/share/nvim/site/pack/packer/start/packer.nvim exists. If it does, just delete it by

  1. cd ~/.loacl/share/nvim/site/pack/packer/start
  2. rm -rf ./packer.nvim

Then rerun nvim, it should reinstall all plugins. I hope this method can help you.

Yukang-Lian avatar Jul 22 '22 10:07 Yukang-Lian

Yup. This doesn't work on MacosOS m1 Monterey. Too many errors on start.

Blingoose avatar Jul 24 '22 13:07 Blingoose

Hi guys, you can check if directory ~/.loacl/share/nvim/site/pack/packer/start/packer.nvim exists. If it does, just delete it by

  1. cd ~/.loacl/share/nvim/site/pack/packer/start
  2. rm -rf ./packer.nvim

Then rerun nvim, it should reinstall all plugins. I hope this method can help you.

I did it but still not work.

wuchirat avatar Jul 25 '22 00:07 wuchirat

When you execute nvim, what is the interface that appears, can you show it?

Yukang-Lian avatar Jul 27 '22 03:07 Yukang-Lian

same issue here. i'm on MacosOS m1 Monterey

logan271 avatar Jul 30 '22 07:07 logan271

E5113: Error while calling lua chunk: .config/nvim/lua/user/lsp/lsp-installer.lua:28: attempt to index a boolean value

topul avatar Aug 03 '22 05:08 topul

Hi guys, you can check if directory ~/.loacl/share/nvim/site/pack/packer/start/packer.nvim exists. If it does, just delete it by

  1. cd ~/.loacl/share/nvim/site/pack/packer/start
  2. rm -rf ./packer.nvim

Then rerun nvim, it should reinstall all plugins. I hope this method can help you.

I did it but still not work.

  1. cd ~/.local/share/nvim/site/pack/packer/start
  2. rm -rf packer.nvim
  3. nvim
  4. :PackerClean in nvim command mode.
  5. :PackerUpdate in nvim command mode.

nebunebu avatar Aug 07 '22 00:08 nebunebu