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
{{ message }}
This repository was archived by the owner on Oct 16, 2021. It is now read-only.
It looks like FsAutoComplete is the popular/sanctioned LSP tool for the F# community (it's also supported by nvim-lspconfig.)
That link recommends simply installing with one command:
dotnet tool install --global fsautocomplete
... except that assumes the user's got dotnet installed. How far down the stack do we want nvim-lspinstall scripts to go? Should it simply be that one-liner? Should it attempt to find/install the .NET Core SDK from Microsoft? Somewhere in-between?
The text was updated successfully, but these errors were encountered:
I can't speak authoritatively, unfortunately; I'm new 'round the Microsoft-ecosystem-parts.
At least off the top of my head, I know that there are C# developers who can't use dotnet (Mono, older versions on non-Windows platforms); but I don't think F# is supported in any of those situations anyway?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like FsAutoComplete is the popular/sanctioned LSP tool for the F# community (it's also supported by
nvim-lspconfig
.)That link recommends simply installing with one command:
... except that assumes the user's got
dotnet
installed. How far down the stack do we wantnvim-lspinstall
scripts to go? Should it simply be that one-liner? Should it attempt to find/install the .NET Core SDK from Microsoft? Somewhere in-between?The text was updated successfully, but these errors were encountered: