kickstart.nvim
kickstart.nvim copied to clipboard
Packer Install Bug
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:
- run nvim (debain terminal)
- :PackerInstall
Desktop (please complete the following information):
- OS: ubuntu 20.04.5
- Terminal: debian, ubuntu, bash
** Neovim Version **
- Output of running
:versionfrom 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]
I might be wrong, but you need at least nvim v0.5.0 or above. Can you update your nvim and try again?
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.
you need v0.8.1 or nightly, as stated in the readme.