From 3d6962a9bcb458d981f27ab606b4ce48f422ce0c Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Sun, 17 Dec 2023 09:32:06 +0100 Subject: [PATCH] docs: remove reference to packer in readme --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 00ab741..13c2f14 100644 --- a/README.md +++ b/README.md @@ -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 - Unfamiliar with Lua and Neovim? Check out the great [`:h lua-guide`](https://neovim.io/doc/user/lua-guide.html#lua-guide). -## Installation +## Getting started _NOTE_: This plugin works without needing to install [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). If you have it installed for other languages, that's not a problem, but make sure you do not have Metals configured through `nvim-lspconfig` while using this plugin.[^no-lspconfig] -Example if using [`packer`](https://github.com/wbthomason/packer.nvim): - -```lua -use({'scalameta/nvim-metals', requires = { "nvim-lua/plenary.nvim" }}) -``` - -## Getting started - - You can find a full [minimal example configuration here](https://github.com/scalameta/nvim-metals/discussions/39). - You can find the full documentation with [`:help