0.2.1 • Published 6 years ago
coc-scala v0.2.1
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-scalaFeatures
See Metals
Configuration options
sh.enableset tofalseto disable language server.sh.binaryPathOptinal Absolute path tometals-vim.
Trigger completion in coc-settings.json to get complete list.
Development
- Run
yarn buildoryarn build:watch - Link extension
cd ~/github/coc-scala && yarn link
cd ~/.config/coc/extensions && yarn link coc-scala- Add
"coc-scala": "*"to dependencies in~/.config/coc/extensions/package.json