kidp2h / lazynvim

Script to install nvim
GNU General Public License v3.0
16 stars 4 forks source link

Errors when running nvim after cloning in non-arch distro #2

Open caverav opened 1 year ago

caverav commented 1 year ago

After the second command in the installation instructions, neovim throws

Error detected while processing BufEnter Autocommands for "*":
E492: Not an editor command: EnableBlameLine
Press ENTER or type command to continue

pressing ENTER gives the following error:

E5108: Error executing lua [string "v:lua"]:1: module 'nvim-navic' not found:
        no field package.preload['nvim-navic']
        no file './nvim-navic.lua'
        no file '/home/runner/work/neovim/neovim/.deps/usr/share/luajit-2.1.0-beta3/nvim-navic.lua'
        no file '/usr/local/share/lua/5.1/nvim-navic.lua'
        no file '/usr/local/share/lua/5.1/nvim-navic/init.lua'
        no file '/home/runner/work/neovim/neovim/.deps/usr/share/lua/5.1/nvim-navic.lua'
        no file '/home/runner/work/neovim/neovim/.deps/usr/share/lua/5.1/nvim-navic/init.lua'
        no file './nvim-navic.so'
        no file '/usr/local/lib/lua/5.1/nvim-navic.so'
        no file '/home/runner/work/neovim/neovim/.deps/usr/lib/lua/5.1/nvim-navic.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
        [C]: in function 'require'
        [string "v:lua"]:1: in main chunk

Cannot run MasonInstallAll, gives E492: Not an editor command: MasonInstallAll

nvim version

NVIM v0.8.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by runner@fv-az190-151

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/share/nvim"

Run :checkhealth for more info

node version: v16.19.0 npm version: 8.19.3 OS: Debian GNU/Linux 11 (bullseye) x86_64 (using node:16-bullseye image from docker hub)

kidp2h commented 1 year ago

@caverav This repo isn't maintained any more. Instead, you can use this repo