Skip to content

Commit 3d00128

Browse files
committed
chore: resolve undefined-field
1 parent e61b16d commit 3d00128

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/nvim-tree/git/init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ local Watcher = require("nvim-tree.watcher").Watcher
77
local Iterator = require("nvim-tree.iterators.node-iterator")
88
local DirectoryNode = nil -- circular dependency
99

10-
---@class GitStatus
11-
---@field file string|nil
12-
---@field dir table|nil
10+
---@class GitStatus -- xy short-format statuses
11+
---@field file string?
12+
---@field dir string[]?
1313

1414
local M = {
1515
config = {},

0 commit comments

Comments
 (0)