refactor(nvim-tree.lua): update require path for nvim-tree to point to the correct location in the project structure

This commit is contained in:
David Ibia
2024-07-01 15:54:09 +01:00
parent 4027c62264
commit 50dd3df42a

View File

@@ -1,4 +1,4 @@
local nvimtree = require("nvim-tree") local nvimtree = require("absolute.disabled.nvim-tree")
vim.g.loaded_netrw = 1 vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1 vim.g.loaded_netrwPlugin = 1