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

32 lines
773 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
---
# [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