I'm giving up

This commit is contained in:
Yannick Reiß 2024-02-18 13:07:33 +01:00
parent 4162e49c35
commit 936271e74c
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ function M.lookup()
local keywords = vim.fn.getreg("*") -- receive yanked text
local url = "https://dl.acm.org/action/doSearch?AllField=" .. keywords
print("Entering the function")
-- Setup a http socket and request
local command = string.format("curl -s '%s'", url)