1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-13 12:39:09 +08:00

Add haskell doc

This commit is contained in:
wsdjeg 2017-12-23 14:56:31 +08:00
parent 5f3b59ff85
commit b40a235ecf
2 changed files with 34 additions and 5 deletions

View File

@ -0,0 +1,30 @@
---
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

View File

@ -7,10 +7,10 @@ description: "This layer is for JaveScript development"
<!-- vim-markdown-toc GFM -->
* [Description](#description)
* [Layer Installation](#layer-installation)
* [Features](#features)
* [Layer configuration](#layer-configuration)
- [Description](#description)
- [Layer Installation](#layer-installation)
- [Features](#features)
- [Layer configuration](#layer-configuration)
<!-- vim-markdown-toc -->
@ -31,7 +31,6 @@ To use this configuration layer, add `call SpaceVim#layers#load('lang#javascript
## Layer configuration
`use_lsp`: Use language server if possible. The default value is `0`.
`auto_fix`: auto fix problems when save files, disabled by default. if you need this feature, you can load this layer via:
```vim