Skip to content

Commit 422404d

Browse files
committed
fix: lint
1 parent 4de5544 commit 422404d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/nvim-tree-startup.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ local is_initialized = false
33
if is_initialized then
44
return
55
end
6+
-- luacheck: ignore
67
is_initialized = true
78

89
local out_config = {

0 commit comments

Comments
 (0)