From 50dd3df42a584240909f7b2eacd2944ba0a552b1 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Mon, 1 Jul 2024 15:54:09 +0100 Subject: [PATCH] refactor(nvim-tree.lua): update require path for nvim-tree to point to the correct location in the project structure --- lua/absolute/after/nvim-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/absolute/after/nvim-tree.lua b/lua/absolute/after/nvim-tree.lua index aa12c47..8bf51ed 100644 --- a/lua/absolute/after/nvim-tree.lua +++ b/lua/absolute/after/nvim-tree.lua @@ -1,4 +1,4 @@ -local nvimtree = require("nvim-tree") +local nvimtree = require("absolute.disabled.nvim-tree") vim.g.loaded_netrw = 1 vim.g.loaded_netrwPlugin = 1