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 7ff3bbb commit 121da6eCopy full SHA for 121da6e
lua/nvim-tree/enum.lua
@@ -1,6 +1,6 @@
1
local M = {}
2
3
----Roughly synced with uv.fs_stat.result
+---Must be synced with uv.fs_stat.result as it is compared with it
4
---@enum (key) NODE_TYPE
5
M.NODE_TYPE = {
6
directory = 1,
0 commit comments