Skip to content

Commit ff4b190

Browse files
committed
perf(#3257): move os from utils to config, removing requires
1 parent 1784b98 commit ff4b190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nvim-tree/config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
--Short names like g are used rather than getters to keep code brief
55
local M = {
66
---Immutable default config
7-
---@type nvim_tree.config
7+
---@type nvim_tree.config
88
d = {},
99

1010
---Global current config, nil until setup called, mutable
11-
---@type nvim_tree.config?
11+
---@type nvim_tree.config?
1212
g = nil,
1313

1414
---Immutable raw user config, nil when no user config passed to setup

0 commit comments

Comments
 (0)