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

37 lines
725 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"
2019-02-03 20:51:01 +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
2019-02-03 20:51:01 +08:00
This layer is for Haskell development.
2017-12-23 14:56:31 +08:00
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
2019-01-07 21:15:22 +08:00
- language server protocol (need lsp layer)
2017-12-23 14:56:31 +08:00