scalameta / nvim-metals

A Metals plugin for Neovim
https://scalameta.org/metals/
Apache License 2.0
455 stars 74 forks source link

Improve documentation for installation #636

Closed dffuller closed 6 months ago

dffuller commented 6 months ago

Task

I could be missing something, but when I go to the readme, I see a lot of stuff on prerequisites, things you don't need and other things you might like to add, but nothing on actual installation into nvim. The vim page on scalameta.org (https://scalameta.org/metals/docs/editors/vim/) points to https://github.com/scalameta/nvim-metals#installation, but there doesn't appear to be an #installation section on that page. This seems to be an oversight, but I'm having trouble figuring out how to install and the web and YouTube in particular aren't very helpful because everything seems to be centered about coc-metals.

ckipp01 commented 6 months ago

but nothing on actual installation into nvim

Thanks for the report @dffuller. I actually removed this section not that long ago since so many people use different package managers, that it's hard to show exactly what someone should use since it differs ever so slightly. Plus, I have a full example here that does show how to install. Did you see the example?