--- 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" --- # [Available Layers](../../) >> lang#haskell - [Description](#description) - [Install](#install) - [Features](#features) ## Description This layer is for haskell development. ## Install To use this configuration layer, update custom configuration file with: ```toml [[layers]] name = "lang#haskell" ``` ## Features - auto-completion - syntax checking - goto definition - refernce finder - language server protocol (need lsp layer)