From 5134fb31d626e3e99a50f32535ce77b9e5acb157 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Tue, 14 Mar 2023 10:05:17 +1100 Subject: [PATCH] doc: README installation points to wiki --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index b0b535c2940..5c287e9f548 100644 --- a/README.md +++ b/README.md @@ -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' -``` - -or with [packer](https://github.com/wbthomason/packer.nvim): +`nvim-tree/nvim-tree.lua` -```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