Describe the bug
Launching nvim gives the error that startup log file is not found
Checklist
To Reproduce
NOTE: Tried it on GhostBSD and Void Linux machines with the same error.
sidhu@sidhu-ghostbsd-pc ~> nvim
Error detected while processing /usr/home/sidhu/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /usr/home/sidhu/.config/nvim/init.lua:3: module 'startup.log' not found:
no field package.preload['startup.log']
no file './startup/log.lua'
no file '/usr/local/share/luajit-2.1.0-beta3/startup/log.lua'
no file '/usr/local/share/lua/5.1/startup/log.lua'
no file '/usr/local/share/lua/5.1/startup/log/init.lua'
no file './startup/log.so'
no file '/usr/local/lib/lua/5.1/startup/log.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './startup.so'
no file '/usr/local/lib/lua/5.1/startup.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
/usr/home/sidhu/.config/nvim/init.lua:3: in main chunk
Press ENTER or type command to continue
Neovim Version
NVIM v0.9.0
Describe the bug
Launching nvim gives the error that startup log file is not found
Checklist
To Reproduce
NOTE: Tried it on GhostBSD and Void Linux machines with the same error.
sidhu@sidhu-ghostbsd-pc ~> nvim
Error detected while processing /usr/home/sidhu/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /usr/home/sidhu/.config/nvim/init.lua:3: module 'startup.log' not found:
no field package.preload['startup.log']
no file './startup/log.lua'
no file '/usr/local/share/luajit-2.1.0-beta3/startup/log.lua'
no file '/usr/local/share/lua/5.1/startup/log.lua'
no file '/usr/local/share/lua/5.1/startup/log/init.lua'
no file './startup/log.so'
no file '/usr/local/lib/lua/5.1/startup/log.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './startup.so'
no file '/usr/local/lib/lua/5.1/startup.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
/usr/home/sidhu/.config/nvim/init.lua:3: in main chunk
Press ENTER or type command to continue
Neovim Version
NVIM v0.9.0