Skip to content

Latest commit

 

History

History

purescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PureScript Layer

This layer provides support for the PureScript language with the following packages:

Table of Contents

Install

Add the +lang/purescript layer in your configuration file,

function! Layers()
  " ...
  Layer '+lang/purescript'
  " ...
endfunction

Binaries

Install the language server with npm i -g purescript-language-server.

Indentation

You can configure the indentation by setting g:sp_purescript_indentation in your user-init block (i.e. before loading the plugin). By default it is set to 2.

Language Server

This layer sets up the purescript-language-server language server for usage with coc.nvim.

Key Bindings

Key Binding Description
        |