This is a basic extension for Zed to enable F# features.
You must have fsautocomplete
installed, which you can do by running dotnet tool install --global fsautocomplete
.
Inside your plugin directory, run:
git clone [email protected]:nathanjcollins/zed-fsharp.git installed/fsharp
You can update the plugin to a pre-release version in the Zed installed plugin tab.
Feel free to contribute.