1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:30:05 +08:00
SpaceVim/docs/layers/lang/haskell.md
Wang Shidong 5176ee9dc7
HTML Improvements (#1707)
* HTML Improvements

* Update html

* Improve html

* Fix up

* Update layers index

* Update development page

* Update layers index

* Update layers index

* Update layers index

* Update layers index

* Update layers index
2018-05-12 19:01:00 +08:00

773 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

SpaceVim Layers: lang#haskell

Description

This layer is for haskell development.

Layer Installation

To use this configuration layer, add call SpaceVim#layers#load('lang#haskell') to your custom configuration file.

Features

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