chore: resolve undefined-field
This commit is contained in:
@@ -7,9 +7,9 @@ local Watcher = require("nvim-tree.watcher").Watcher
|
|||||||
local Iterator = require("nvim-tree.iterators.node-iterator")
|
local Iterator = require("nvim-tree.iterators.node-iterator")
|
||||||
local DirectoryNode = nil -- circular dependency
|
local DirectoryNode = nil -- circular dependency
|
||||||
|
|
||||||
---@class GitStatus
|
---@class GitStatus -- xy short-format statuses
|
||||||
---@field file string|nil
|
---@field file string?
|
||||||
---@field dir table|nil
|
---@field dir string[]?
|
||||||
|
|
||||||
local M = {
|
local M = {
|
||||||
config = {},
|
config = {},
|
||||||
|
|||||||
Reference in New Issue
Block a user