mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 18:10:05 +08:00
5176ee9dc7
* HTML Improvements * Update html * Improve html * Fix up * Update layers index * Update development page * Update layers index * Update layers index * Update layers index * Update layers index * Update layers index
32 lines
773 B
Markdown
32 lines
773 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"
|
|
---
|
|
|
|
# [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)
|
|
|