We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e7406 commit 21d532fCopy full SHA for 21d532f
lua/nvim-tree/explorer/init.lua
@@ -19,7 +19,7 @@ local LiveFilter = require("nvim-tree.explorer.live-filter")
19
local Sorter = require("nvim-tree.explorer.sorter")
20
local Clipboard = require("nvim-tree.actions.fs.clipboard")
21
local Renderer = require("nvim-tree.renderer")
22
-local View = require("nvim-tree.view")
+local View = require("nvim-tree.explorer.view")
23
24
local FILTER_REASON = require("nvim-tree.enum").FILTER_REASON
25
lua/nvim-tree/view.lua renamed to lua/nvim-tree/explorer/view.lua
0 commit comments