Skip to content

Commit e5cb2a0

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

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lua/nvim-tree/utils.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ local M = {
44
debouncers = {},
55
}
66

7-
-- false for WSL
8-
M.is_windows = vim.fn.has("win32") == 1 or vim.fn.has("win32unix") == 1
9-
107
---@param haystack string
118
---@param needle string
129
---@return boolean

0 commit comments

Comments
 (0)