doc: README installation points to wiki for plugin manager instructions (#2055)

This commit is contained in:
Alexander Courtis 2023-03-14 10:06:47 +11:00 committed by GitHub
parent fe980baa94
commit 1d79a64a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,24 +42,11 @@ Existing `*_on_setup*` mechanisms have been removed in favour of [Open At Startu
## Install
Install with [vim-plug](https://github.com/junegunn/vim-plug):
Please install via your preferred package manager. See [Installation](https://github.com/nvim-tree/nvim-tree.lua/wiki/Installation) for specific package manager instructions.
```vim
Plug 'nvim-tree/nvim-web-devicons' " optional, for file icons
Plug 'nvim-tree/nvim-tree.lua'
```
`nvim-tree/nvim-tree.lua`
or with [packer](https://github.com/wbthomason/packer.nvim):
```lua
use {
'nvim-tree/nvim-tree.lua',
requires = {
'nvim-tree/nvim-web-devicons', -- optional, for file icons
},
tag = 'nightly' -- optional, updated every week. (see issue #1193)
}
```
`nvim-tree/nvim-web-devicons` optional, for file icons
## Setup