From 6b6c18023d99b7efed68c47da886dbe42de2aced Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Thu, 30 Mar 2023 07:05:54 +0300 Subject: [PATCH] Update nvim-web-devicons link (#1000) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c96c301..e6eade5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Last Updated On: 18-04-2022 ```vim Plug 'nvim-lualine/lualine.nvim' " If you want to have icons in your statusline choose one of these -Plug 'kyazdani42/nvim-web-devicons' +Plug 'nvim-tree/nvim-web-devicons' ``` ### [packer.nvim](https://github.com/wbthomason/packer.nvim) @@ -81,7 +81,7 @@ Plug 'kyazdani42/nvim-web-devicons' ```lua use { 'nvim-lualine/lualine.nvim', - requires = { 'kyazdani42/nvim-web-devicons', opt = true } + requires = { 'nvim-tree/nvim-web-devicons', opt = true } } ```