doomemacs/modules/lang/fsharp
Henrik Lissner c034bfdc87
tools/lsp: minor refactor & comment variables
Also moves lsp-fsharp-server-install-dir to
~/.emacs.d/.local/etc/lsp-fsharp
2019-10-21 19:01:06 -04:00
..
config.el
doctor.el
packages.el
README.org

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.