You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-16Lines changed: 3 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -42,24 +42,11 @@ Existing `*_on_setup*` mechanisms have been removed in favour of [Open At Startu
42
42
43
43
## Install
44
44
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.
46
46
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`
53
48
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
0 commit comments