We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl
:edit <uri>
:edit https://example.com/foo.txt
separate PRs:
vim.fetch()
vim.net.fetch()
vim.loop
original issue: neovim/neovim#23232
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
curl
and libuv are available in all Nvim targets.:edit <uri>
(example::edit https://example.com/foo.txt
) is dependent on netrw for no reasonExpected behavior
separate PRs:
vim.fetch()
(vim.net.fetch()
? idk, look at Go, NodeJS, for precedent)curl
orvim.loop
:edit <uri>
without netrwRelated
Use-cases in the wild
original issue: neovim/neovim#23232
The text was updated successfully, but these errors were encountered: