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 ff4b190 commit e5cb2a0Copy full SHA for e5cb2a0
1 file changed
lua/nvim-tree/utils.lua
@@ -4,9 +4,6 @@ local M = {
4
debouncers = {},
5
}
6
7
--- false for WSL
8
-M.is_windows = vim.fn.has("win32") == 1 or vim.fn.has("win32unix") == 1
9
-
10
---@param haystack string
11
---@param needle string
12
---@return boolean
0 commit comments