Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.98 KB

README.org

File metadata and controls

70 lines (53 loc) · 1.98 KB

:lang fsharp

Description

This module adds F# support to Doom Emacs.

Includes:

  • Code completion
  • eldoc support
  • Syntax checking

Maintainers

This module has no dedicated maintainers. Become a maintainer?

Module flags

+lsp
Enable LSP support for fsharp-mode. Requires doom-module::tools lsp and a langserver (supports lsp-fsharp.).

Packages

  • doom-package:fsharp-mode
  • doom-package:lsp-fsharp if doom-package:+lsp

Hacks

No hacks documented for this module.

Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

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

Mono

OSX

Do NOT install mono via brew. See this issue.

Arch Linux

pacman -S mono

LSP

The language server is automatically installed by lsp-fsharp.

Usage

🔨 This module has no usage documentation yet. Write some?

Configuration

🔨 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

Appendix

🔨 This module has no appendix yet. Write one?