tanvirtin / vgit.nvim

Visual git plugin for Neovim
MIT License
587 stars 11 forks source link

E5113: Error while calling lua chunk: ...hare/nvim/site/pack/paqs/start/vgit.nvim/lua/vgit/ui.lua:72: attempt to index local 'config' (a nil value) #78

Closed collegeimprovements closed 3 years ago

collegeimprovements commented 3 years ago

Description

Thanks a lot for this awesome plugin.

I use Paq as plugin manager. I tried to uninstall and reinstall VGit. I keep getting E5113: Error while calling lua chunk: ...hare/nvim/site/pack/paqs/start/vgit.nvim/lua/vgit/ui.lua:72: attempt to index local 'config' (a nil value) error.

Screenshot 2021-08-03 at 12 32 49 AM

After this error, I'm not able to use the plugin (i.e. VGit command doesn't appear/work in commandbar at the bottom). This problem has appeared just recently after updating the plugin.

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

system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/local/Cellar/neovim/0.5.0/share/nvim"

Run :checkhealth for more info λ ›


- Operating system: Mac Big Sur
- Terminal: Kitty
tanvirtin commented 3 years ago

Hey, sorry this was caused by a recent refactor commit. Should be fixed now!

collegeimprovements commented 3 years ago

Thanks a lot for quick response and fix.