1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:40:06 +08:00
SpaceVim/docs/layers/lang/haskell.md
2019-01-07 14:15:22 +01:00

37 lines
725 B
Markdown

---
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"
---
# [Available Layers](../../) >> lang#haskell
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Features](#features)
<!-- vim-markdown-toc -->
## Description
This layer is for haskell development.
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#haskell"
```
## Features
- auto-completion
- syntax checking
- goto definition
- refernce finder
- language server protocol (need lsp layer)