Skip to content

Commit 1d79a64

Browse files
authored
doc: README installation points to wiki for plugin manager instructions (#2055)
1 parent fe980ba commit 1d79a64

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,11 @@ Existing `*_on_setup*` mechanisms have been removed in favour of [Open At Startu
4242

4343
## Install
4444

45-
Install with [vim-plug](https://github.com/junegunn/vim-plug):
45+
Please install via your preferred package manager. See [Installation](https://github.com/nvim-tree/nvim-tree.lua/wiki/Installation) for specific package manager instructions.
4646

47-
```vim
48-
Plug 'nvim-tree/nvim-web-devicons' " optional, for file icons
49-
Plug 'nvim-tree/nvim-tree.lua'
50-
```
51-
52-
or with [packer](https://github.com/wbthomason/packer.nvim):
47+
`nvim-tree/nvim-tree.lua`
5348

54-
```lua
55-
use {
56-
'nvim-tree/nvim-tree.lua',
57-
requires = {
58-
'nvim-tree/nvim-web-devicons', -- optional, for file icons
59-
},
60-
tag = 'nightly' -- optional, updated every week. (see issue #1193)
61-
}
62-
```
49+
`nvim-tree/nvim-web-devicons` optional, for file icons
6350

6451
## Setup
6552

0 commit comments

Comments
 (0)