File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,13 @@ v.0.9.x or newer. If you're still on v0.8.x then you'll want to target the
34
34
- Unfamiliar with Lua and Neovim? Check out the great
35
35
[ ` :h lua-guide ` ] ( https://neovim.io/doc/user/lua-guide.html#lua-guide ) .
36
36
37
- ## Installation
37
+ ## Getting started
38
38
39
39
_ NOTE_ : This plugin works without needing to install
40
40
[ neovim/nvim-lspconfig] ( https://github.com/neovim/nvim-lspconfig ) . If you have
41
41
it installed for other languages, that's not a problem, but make sure you do not
42
42
have Metals configured through ` nvim-lspconfig ` while using this plugin.[ ^ no-lspconfig ]
43
43
44
- Example if using [ ` packer ` ] ( https://github.com/wbthomason/packer.nvim ) :
45
-
46
- ``` lua
47
- use ({' scalameta/nvim-metals' , requires = { " nvim-lua/plenary.nvim" }})
48
- ```
49
-
50
- ## Getting started
51
-
52
44
- You can find a full [ minimal example configuration
53
45
here] ( https://github.com/scalameta/nvim-metals/discussions/39 ) .
54
46
- You can find the full documentation with [ `: help
You can’t perform that action at this time.
0 commit comments