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
when I try to load net/ssh solargraph doesnt find it but my script works (no completion when writing in neovim)
but when I use net-ssh the completion works but my script doesnt work (cannot find net-ssh)
I didnt do much configuration, my lspconfig in neovim is just lspconfig.solargraph.setup{}
when I try to load
net/ssh
solargraph doesnt find it but my script works (no completion when writing in neovim)but when I use
net-ssh
the completion works but my script doesnt work (cannot find net-ssh)I didnt do much configuration, my lspconfig in neovim is just
lspconfig.solargraph.setup{}
the workaround to get both to work is this but its not the best
I install gems locally (local user and not for the whole system), would that cause the issue ?
The text was updated successfully, but these errors were encountered: