alpha2phi / neovim-for-beginner

A configuration for Neovim beginners.
MIT License
437 stars 106 forks source link

'nvb' doesn't launch the plugin installer #82

Closed JustinDickens closed 2 years ago

JustinDickens commented 2 years ago

Hello, I am testing on Windows 11 with WSL2 (with Debian) and when trying to follow the steps to setup the initial environment, I have followed the steps:

  1. Cloning the repo
  2. Checking out the '01-init.lua' branch
  3. Running 'source ./install.sh'
  4. Running 'nvb' command

The only thing that happens is that neovim opens, and then nothing happens - Are there any other requirements that are missed, it doesn't appear to operate the same way as shown in your video.

This is a fresh install of Debian 11 fully updated and only installed curl, git, neovim and stow.

JustinDickens commented 2 years ago

Apologies, my mistake - it appears that the minimum version that gets installed via apt is v0.4.4 which does not meet the requirements of 0.5.0 from packer.nvim.