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:
parent
5f3b59ff85
commit
b40a235ecf
30
docs/layers/lang/haskell.md
Normal file
30
docs/layers/lang/haskell.md
Normal 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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user