doc: README installation points to wiki for plugin manager instructions (#2055)
This commit is contained in:
parent
fe980baa94
commit
1d79a64a88
19
README.md
19
README.md
@ -42,24 +42,11 @@ Existing `*_on_setup*` mechanisms have been removed in favour of [Open At Startu
|
|||||||
|
|
||||||
## Install
|
## 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
|
`nvim-tree/nvim-tree.lua`
|
||||||
Plug 'nvim-tree/nvim-web-devicons' " optional, for file icons
|
|
||||||
Plug 'nvim-tree/nvim-tree.lua'
|
|
||||||
```
|
|
||||||
|
|
||||||
or with [packer](https://github.com/wbthomason/packer.nvim):
|
`nvim-tree/nvim-web-devicons` optional, for file icons
|
||||||
|
|
||||||
```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)
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user