Closed guruor closed 1 year ago
Which plugin manager do you use? The error you are seeing, shouldn't appear again if you close vim and start it again.
To fix the error message on install, I need to figure out how your plugin manager hot reloads plugins on install.
re-running the vim doesn't show any of these:
Post restart it worked as mentioned above. This issue is not a blocker, just created it to understand what is causing this.
@vimpostor I am using vim-plug
Thanks for reporting, this warning during first install should be fixed now.
Still seeing some error, now it is not the same error:
Error detected while processing function <SNR>5_nvim_cb[1]..<SNR>5_job_cb[4]..<SNR>5_job_exit_cb[4]..<SNR>5_tick[6]..<SNR>5_update_finish[56]..<SNR>5_finish[9]
..plug#end[89]..<SNR>5_reload_plugins[2]..<SNR>5_load_plugin[1]..<SNR>5_source[4]..script /Users/govind.r/.config/nvim/plugged/vim-tpipeline/plugin/tpipeline.v
im[6]..function tpipeline#initialize[78]..tpipeline#init_statusline[22]..tpipeline#update:
line 2:
E5108: Error executing lua ...config/nvim/plugged/vim-tpipeline/lua/tpipeline/main.lua:1: attempt to concatenate field 'tpipeline_fillchar' (a nil value)
stack traceback:
...config/nvim/plugged/vim-tpipeline/lua/tpipeline/main.lua:1: in main chunk
[C]: in function 'require'
[string "luaeval()"]:1: in main chunk
Verified, it is no longer an issue. Thanks for quick fix.
Describe the bug
Just installed the plugin and seeing this build hook failure error, not sure what is the impact of this, re-running the vim doesn't show any of these:
Post hitting any key on error, seeing this:
To reproduce
Clean installed the plugin
Expected behavior
Should install without any error
Terminal emulator
kitty
Debug output