nyoom-engineering/nyoom.nvim

First install fails

7v0lk0v opened this issue · 3 comments

tl;dr: both hotpot and packer must be installed a) prior to and b) locally or the install fails on the sync step.

I'm on Arch and strangely after installing nvim-packer-git nvim still couldn't find it, only a local git clone worked.

Additionally, I had to wipe and re-clone nyoom after installing hotpot or else it still throws:

E5108: Error executing lua vim/shared.lua:0: Expected table, got nil

sha: 947afef

also:

❯ bin/nyoom lock

Generating lockfile with Nyoom Nvim

Nyoom version: 947afef
NVIM v0.9.1
Build type: Release
LuaJIT 2.1.0-beta3

Compiling lockfileLoading Packer
Compiling Nyoom Doctor
Initializing Module System
Installing Packages
Compiling Nyoom Modules
Обнаружена ошибка при обработке command line:
E5108: Error executing lua [string ":lua"]:1: attempt to call field 'lockfile' (a nil value)
stack traceback:
        [string ":lua"]:1: in main chunk^C

Getting the same error when running bin/nyoom sync :/

also:

❯ bin/nyoom lock

Generating lockfile with Nyoom Nvim

Nyoom version: 947afef
NVIM v0.9.1
Build type: Release
LuaJIT 2.1.0-beta3

Compiling lockfileLoading Packer
Compiling Nyoom Doctor
Initializing Module System
Installing Packages
Compiling Nyoom Modules
Обнаружена ошибка при обработке command line:
E5108: Error executing lua [string ":lua"]:1: attempt to call field 'lockfile' (a nil value)
stack traceback:
        [string ":lua"]:1: in main chunk^C

I think this is because I'm using a personal fork of packer that has hacked-in lock file support, but after a while I decided against using it. I'll update nyoom to fix the issue