1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 04:30:05 +08:00
SpaceVim/docs/cn/layers/lang/haskell.md
Wang Shidong ba59ca2520
Update chinese document (#1331)
squash and merged
2018-01-27 01:07:02 +08:00

32 lines
650 B
Markdown

---
title: "SpaceVim lang#javascript layer"
description: "This layer is for haskell development"
---
# [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
- language server protocol (need lsp layer)