From 1d79a64a88af47ddbb55f4805ab537d11d5b908e Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Tue, 14 Mar 2023 10:06:47 +1100 Subject: [PATCH] doc: README installation points to wiki for plugin manager instructions (#2055) --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index b0b535c2..5c287e9f 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' -``` +`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