Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 518 Bytes

This is a basic extension for Zed to enable F# features.

Prerequisites

You must have fsautocomplete installed, which you can do by running dotnet tool install --global fsautocomplete.

Installation

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.