Skip to content

Commit

Permalink
docs: remove plugin manager (#2563)
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir authored Apr 16, 2023
1 parent e52efca commit eddaef9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ See also `:help lsp-config`.
[![LuaRocks](https://img.shields.io/luarocks/v/neovim/nvim-lspconfig?logo=lua&color=purple)](https://luarocks.org/modules/neovim/nvim-lspconfig)

* Requires neovim version 0.8 above. Update Nvim and nvim-lspconfig before reporting an issue.
* Install nvim-lspconfig like any other Vim plugin, e.g. with [packer.nvim](https://github.com/wbthomason/packer.nvim):
```lua
local use = require('packer').use
require('packer').startup(function()
use 'wbthomason/packer.nvim' -- Package manager
use 'neovim/nvim-lspconfig' -- Configurations for Nvim LSP
end)
```
* Install nvim-lspconfig as a normal plugin through neovim builtin `packadd` or a plugin manager

## Quickstart

Expand Down

0 comments on commit eddaef9

Please sign in to comment.