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 3218d96 commit 868a5efCopy full SHA for 868a5ef
lua/nvim-tree/git/init.lua
@@ -9,7 +9,7 @@ local DirectoryNode = require("nvim-tree.node.directory")
9
10
---@class GitStatus -- xy short-format statuses
11
---@field file string?
12
----@field dir string[]?
+---@field dir table<"direct" | "indirect", string[]>?
13
14
local M = {
15
config = {},
0 commit comments