mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 22:40:05 +08:00
32 lines
650 B
Markdown
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)
|
||
|
|