-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support XDG directory specification? #511
Comments
Perhaps ... the reason that OmniSharp-vim installs OmniSharp-roslyn under Related: OmniSharp/omnisharp-roslyn#953 |
@DianeOfTheMoon I just noticed OmniSharp/omnisharp-roslyn#1317 which checks for an Were you considering making a PR? Note that this involves both installing the server and starting it. |
Yeah, I'd put up a PR, just wanted to get your read before I did. |
@nickspoons Since I've never really done anything with Vimscript, does this look right to you? It should not break existing installs, but prefer XDG for neovim installations:
Sorry to be a bit gun shy, but want to validate this before updating anything else and I don't know if I'm over complicating it. |
@DianeOfTheMoon looks good!
If you want to get something up that's easier to collaborate on, just bang up a PR with "WIP" in the title - I won't merge it before you give me the go-ahead. That way it's easier to comment on the code and see it in context (I don't have a problem with doing it here, just a suggestion because the PR system works well). |
Closed by #513 |
Given the fact that Neovim uses the xdg directory specification should OmniSharp-vim also support it, if it's detected? I think where the server is installed is about the only item that would be updated.
The text was updated successfully, but these errors were encountered: