602 current 2024-05-14 18:08:33 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 18:08:37 -04:00
parent 44154c727a
commit a91ffc5bdc
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -3,8 +3,6 @@ return {
"rest-nvim/rest.nvim",
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"
@ -12,6 +10,8 @@ return {
package.cpath = package.cpath
.. ";"
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/lib/lua/5.1/?.so"
require("rest-nvim").setup()
end,
},
}