Skip to content

Commit 3d6962a

Browse files
committed
docs: remove reference to packer in readme
1 parent 0abecb7 commit 3d6962a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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
3434
- Unfamiliar with Lua and Neovim? Check out the great
3535
[`:h lua-guide`](https://neovim.io/doc/user/lua-guide.html#lua-guide).
3636

37-
## Installation
37+
## Getting started
3838

3939
_NOTE_: This plugin works without needing to install
4040
[neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). If you have
4141
it installed for other languages, that's not a problem, but make sure you do not
4242
have Metals configured through `nvim-lspconfig` while using this plugin.[^no-lspconfig]
4343

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-
5244
- You can find a full [minimal example configuration
5345
here](https://github.com/scalameta/nvim-metals/discussions/39).
5446
- You can find the full documentation with [`:help

0 commit comments

Comments
 (0)