Skip to content

Commit 121da6e

Browse files
committed
extract methods from explorer
1 parent 7ff3bbb commit 121da6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/enum.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local M = {}
22

3-
---Roughly synced with uv.fs_stat.result
3+
---Must be synced with uv.fs_stat.result as it is compared with it
44
---@enum (key) NODE_TYPE
55
M.NODE_TYPE = {
66
directory = 1,

0 commit comments

Comments
 (0)