mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 14:30:06 +08:00
37 lines
725 B
Markdown
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)
|
|
|