587 current 2024-05-14 15:57:12 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 15:57:15 -04:00
parent 81e21b3b72
commit c20982fe6d
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 15 additions and 13 deletions

View file

@ -1,5 +1,4 @@
return { return {
{ "vhyrro/luarocks.nvim", priority = 1000, config = true },
{ {
"nvim-neorg/neorg", "nvim-neorg/neorg",
dependencies = { "luarocks.nvim" }, dependencies = { "luarocks.nvim" },

View file

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