Following the steps on the last section of your readme.md titled "Setup Neovim as an external editor for Godot"
I have installed neovim-remote with pip3 install neovim-remote and I configured godot
to use an external editor etc.
Then I am trying to open nvim on the mentioned directory with the --listen flag and an error appears on nvim :
E121 undefined variable b:gitbranch
Then clicking a script icon from godot fails.
I have also tried to use mousepad as an external editor and it works so the fault is on nvim side.Do you have any insight?
I can send any diagnostic like my nvim version my python version and os
Following the steps on the last section of your readme.md titled "Setup Neovim as an external editor for Godot" I have installed neovim-remote with
pip3 install neovim-remote
and I configured godot to use an external editor etc. Then I am trying to open nvim on the mentioned directory with the--listen
flag and an error appears on nvim :E121 undefined variable b:gitbranch
Then clicking a script icon from godot fails. I have also tried to usemousepad
as an external editor and it works so the fault is on nvim side.Do you have any insight? I can send any diagnostic like my nvim version my python version and os