1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/docs/layers/lang/haskell.md

37 lines
726 B
Markdown
Raw Normal View History

2017-12-23 14:56:31 +08:00
---
2018-04-21 07:14:12 +08:00
title: "SpaceVim lang#haskell layer"
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