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

Packer Install Bug

Open dschaly2 opened this issue 3 years ago • 2 comments

I have a fresh neovim install. After copying init,lua to the .config/nvim/ folder and running :PackerInstall it returns 'not an editor command'

To Reproduce Steps to reproduce the behavior:

  1. run nvim (debain terminal)
  2. :PackerInstall

Desktop (please complete the following information):

  • OS: ubuntu 20.04.5
  • Terminal: debian, ubuntu, bash

** Neovim Version **

  • Output of running :version from inside of neovim: NVIM v0.4.3 Build type: Release LuaJIT 2.1.0-beta3 Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-gOb7vg/neovim-0.4.3=. -fstack-protec tor-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -Wdate-time -D_FORTIFY_SOURCE=1 -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Ws trict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla - fstack-protector-strong -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DN VIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/build/neovim-gOb7vg/neovim-0.4.3/build/config -I /build/neovim-gOb7vg/neovim-0.4.3/src -I/usr/include -I/usr/include/lua5.1 -I/build/neovim-gOb7vg/neo vim-0.4.3/build/src/nvim/auto -I/build/neovim-gOb7vg/neovim-0.4.3/build/include Compiled by [email protected]

dschaly2 avatar Dec 28 '22 03:12 dschaly2

I might be wrong, but you need at least nvim v0.5.0 or above. Can you update your nvim and try again?

srijangulati avatar Dec 28 '22 10:12 srijangulati

README.md suggest only latest stable and nightly of neovim. I think at least v0.7.x because of the new function vim.keymap.set but I might be wrong.

amalgame21 avatar Dec 28 '22 10:12 amalgame21

you need v0.8.1 or nightly, as stated in the readme.

tjdevries avatar Dec 29 '22 06:12 tjdevries