mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
726 B
726 B
title | description |
---|---|
SpaceVim lang#haskell layer | 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
Description
This layer is for haskell development.
Install
To use this configuration layer, update custom configuration file with:
[[layers]]
name = "lang#haskell"
Features
- auto-completion
- syntax checking
- goto definition
- refernce finder
- language server protocol (need lsp layer)