From cde21f6f67d16112ec82bd4e847a54ab695799b8 Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Thu, 30 Mar 2023 08:41:15 -0500 Subject: nvim-tree: use api and new repository url Signed-off-by: Callahan Kovacs --- lua/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index bcbfe29..07e1fac 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -358,8 +358,8 @@ packer.startup { -- file explorer use { - "kyazdani42/nvim-tree.lua", - requires = { "kyazdani42/nvim-web-devicons" }, + "nvim-tree/nvim-tree.lua", + requires = { "nvim-tree/nvim-web-devicons" }, config = [[require('config.nvim-tree')]], } -- cgit v1.2.3