586 current 2024-05-14 15:54:55 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 15:54:58 -04:00
parent b2e0b0b997
commit 81e21b3b72
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -0,0 +1,15 @@
return {
"vhyrro/luarocks.nvim",
priority = 1000,
config = true,
opts = {
rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" },
},
}, {
"rest-nvim/rest.nvim",
ft = "http",
dependencies = { "luarocks.nvim" },
config = function()
require("rest-nvim").setup()
end,
}