mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:30: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
773 B
773 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 |
SpaceVim Layers: lang#haskell
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)