Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

josa42/coc-scala

Repository files navigation

THIS PROJECT IS NO LONGER BEING MAINTAINED

Please use the official coc-metals extension!


coc-scala

Scala language server extension using Metals for coc.nvim.

Install

In your vim/neovim, run command:

:CocInstall coc-scala

Features

See Metals

Configuration options

  • sh.enable set to false to disable language server.
  • sh.binaryPath Optinal Absolute path to metals-vim.

Trigger completion in coc-settings.json to get complete list.

Development

  1. Run yarn build or yarn build:watch
  2. Link extension
cd ~/github/coc-scala          && yarn link
cd ~/.config/coc/extensions && yarn link coc-scala
  1. Add "coc-scala": "*" to dependencies in ~/.config/coc/extensions/package.json

License

MIT © Josa Gesell