2017-12-23 14:56:31 +08:00
---
2018-04-21 07:14:12 +08:00
title: "SpaceVim lang#haskell layer"
2018-05-12 19:01:00 +08:00
description: "haskell language support for SpaceVim, includes code completion, syntax checking, jumping to definition, also provides language server protocol support for haskell"
2017-12-23 14:56:31 +08:00
---
# [SpaceVim Layers:](https://spacevim.org/layers) lang#haskell
<!-- vim - markdown - toc GFM -->
- [Description ](#description )
- [Layer Installation ](#layer-installation )
- [Features ](#features )
<!-- vim - markdown - toc -->
## 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
2017-12-23 15:03:57 +08:00
- language server protocol (need lsp layer)
2017-12-23 14:56:31 +08:00