Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

hyhugh/coc-erlang_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erlang_ls language server extension

Deprecated/ please refer to https://erlang-ls.github.io/getting-started/vim/ for the latest instruction

coc-erlang_ls

erlang_ls extension for coc.nvim

Features

  • everything which erlang_ls can provide

Install

you need to install erlang_ls first before using this plugin

Plug 'hyhugh/coc-erlang_ls', {'do': 'yarn install --frozen-lockfile'}

Config

There are two configuration variables available

erlang_ls.erlang_ls_path: should be a string, which is the full path to the erlang_ls binary, or just erlang_ls if it is already in your $PATH.

erlang_ls.trace.server: three options available off, messages and verbose.

Sample config to put in your coc-settings.json

{
  "erlang_ls.erlang_ls_path": "/Users/hyhugh/apps/erlang_ls/_build/default/bin/erlang_ls",
  "erlang_ls.trace.server": "off"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published