0.2.1 • Published 4 years ago

coc-scala v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago