--- title: "SpaceVim lang#haskell layer" description: "haskell language support for SpaceVim, includes code completion, syntax checking, jumping to definition, also provides language server protocol support for haskell" --- # [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)