ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.27k stars 110 forks source link

error while installing #180

Open sajidali2444 opened 2 months ago

sajidali2444 commented 2 months ago

I am getting this error while installing

-e Installing plugins... Error detected while processing /Users/mac/.config/nvim/init.lua: E5113: Error while calling lua chunk: /Users/mac/.config/nvim/lua/utils/functions.lua:12: attempt to call field 'run' (a nil value) stack traceback: /Users/mac/.config/nvim/lua/utils/functions.lua:12: in function 'first_ecovim_run' /Users/mac/.config/nvim/lua/utils/functions.lua:23: in main chunk [C]: in function 'require' /Users/mac/.config/nvim/init.lua:4: in main chunk Error detected while processing command line: E492: Not an editor command: Lazy! sync-e Done

DeepReef11 commented 1 month ago

Did you try relaunching? I think you can remove the part that calls for first time run and it will work.

ecosse3 commented 1 month ago

@sajidali2444 Do you still have this issue?

sajidali2444 commented 1 month ago

Yes I am still getting error

mfcarneiro commented 3 weeks ago

I've got the same error. Was needed to comment the "first time run" function to init properly