Skip to content

Commit 868a5ef

Browse files
committed
chore: resolve undefined-field
1 parent 3218d96 commit 868a5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/git/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local DirectoryNode = require("nvim-tree.node.directory")
99

1010
---@class GitStatus -- xy short-format statuses
1111
---@field file string?
12-
---@field dir string[]?
12+
---@field dir table<"direct" | "indirect", string[]>?
1313

1414
local M = {
1515
config = {},

0 commit comments

Comments
 (0)