aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-lsp-installer/installers/shell.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/nvim-lsp-installer/installers/shell.lua b/lua/nvim-lsp-installer/installers/shell.lua
index 53feda70..33d603a9 100644
--- a/lua/nvim-lsp-installer/installers/shell.lua
+++ b/lua/nvim-lsp-installer/installers/shell.lua
@@ -89,13 +89,6 @@ function M.powershell(raw_script, opts)
}
end
----@deprecated Unsafe.
----@param url string @The url to the powershell script to execute.
----@param opts {prefix: string, env: table}
-function M.remote_powershell(url, opts)
- return M.powershell(("iwr -UseBasicParsing %q | iex"):format(url), opts)
-end
-
---@param raw_script string @A script that is compatible with bash and cmd.exe.
---@param opts {env: table}
function M.polyshell(raw_script, opts)