You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use neovim and protols. Sometimes it's required to set extra include paths. Current method of protols argv is not dynamically configurable for neovim. Neovim expects cmd (and args) to be static, but it allows one to change initializationParams via before_init callback.
It would be VERY handy to be able to set include paths via initializationParams.