mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user