Skip to content

Commit 21d532f

Browse files
committed
refactor(#2826): move View into Explorer package
1 parent b5e7406 commit 21d532f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lua/nvim-tree/explorer/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ local LiveFilter = require("nvim-tree.explorer.live-filter")
1919
local Sorter = require("nvim-tree.explorer.sorter")
2020
local Clipboard = require("nvim-tree.actions.fs.clipboard")
2121
local Renderer = require("nvim-tree.renderer")
22-
local View = require("nvim-tree.view")
22+
local View = require("nvim-tree.explorer.view")
2323

2424
local FILTER_REASON = require("nvim-tree.enum").FILTER_REASON
2525

File renamed without changes.

0 commit comments

Comments
 (0)