doomemacs/modules/lang/fsharp
Ellis Kenyő facab56a5c
bump: :lang fsharp
fsharp/emacs-fsharp-mode@b3aa4c53fc -> fsharp/emacs-fsharp-mode@c1e58c61f9

- Fix issue causing the inferior-buffer to block when adding nuget
  packages.
2022-06-28 00:04:19 +02:00
..
config.el tweak(:lang,:tools): start eglot/lsp-mode later 2022-03-30 17:32:47 +02:00
doctor.el Add requested changes 2019-05-22 22:01:25 -07:00
packages.el bump: :lang fsharp 2022-06-28 00:04:19 +02:00
README.org Fix various broken links 2021-01-17 15:08:21 -05:00

lang/fsharp

Description

This module adds F# support.

  • Code completion
  • eldoc support
  • Syntax checking

Module Flags

  • +lsp Enables lsp-fsharp (this requires :tools lsp to be enabled).

Plugins

Hacks

None so far.

Prerequisites

Mono

To get code completion/syntax checking when not using lsp, you will need to install mono.

OSX

Do NOT install mono via brew. See this issue.

Arch Linux

sudo pacman -S mono

LSP

The language server is automatically installed by lsp-fsharp.

Features

An in-depth list of features, how to use them, and their dependencies.

Configuration

How to configure this module, including common problems and how to address them.

Troubleshooting

Common issues and their solution, or places to look for help.