1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 01:27:53 +08:00
2019-02-03 20:51:00 +08:00

725 B

title description
SpaceVim lang#haskell layer Haskell language support for SpaceVim, includes code completion, syntax checking, jumping to definition, also provides language server protocol support for Haskell

Available Layers >> lang#haskell

Description

This layer is for Haskell development.

Install

To use this configuration layer, update custom configuration file with:

[[layers]]
  name = "lang#haskell"

Features

  • auto-completion
  • syntax checking
  • goto definition
  • refernce finder
  • language server protocol (need lsp layer)