Skip to content

Commit

Permalink
feat(#2948): improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Dec 1, 2024
1 parent dcfcecb commit 9e30e9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/nvim-tree/node/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ local Class = require("nvim-tree.classic")
---@field hidden boolean
---@field name string
---@field parent DirectoryNode?
---TODO split this into diag_severity and diag_severity_cache_version
---@field diag_status DiagStatus?
---@field private is_dot boolean cached is_dotfile
local Node = Class:extend()
Expand Down

0 comments on commit 9e30e9f

Please sign in to comment.