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
---
2018-06-23 14:37:41 +08:00
# [Available Layers](../../) >> lang#haskell
2017-12-23 14:56:31 +08:00
<!-- vim - markdown - toc GFM -->
- [Description ](#description )
2018-06-23 14:37:41 +08:00
- [Install ](#install )
2017-12-23 14:56:31 +08:00
- [Features ](#features )
<!-- vim - markdown - toc -->
## Description
This layer is for haskell development.
2018-06-23 14:37:41 +08:00
## Install
2017-12-23 14:56:31 +08:00
2018-06-23 14:37:41 +08:00
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#haskell"
```
2017-12-23 14:56:31 +08:00
## 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