601 current 2024-05-14 18:06:31 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 18:06:35 -04:00
parent b2b8b75e7a
commit 44154c727a
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
3 changed files with 11 additions and 2 deletions

View file

@ -4,6 +4,14 @@ return {
ft = "http",
config = function()
require("rest-nvim").setup()
package.path = package.path
.. ";"
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/share/lua/5.1/?.lua"
package.cpath = package.cpath
.. ";"
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/lib/lua/5.1/?.so"
end,
},
}