587 current 2024-05-14 15:57:12 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
81e21b3b72
commit
c20982fe6d
2 changed files with 15 additions and 13 deletions
|
|
@ -1,5 +1,4 @@
|
|||
return {
|
||||
{ "vhyrro/luarocks.nvim", priority = 1000, config = true },
|
||||
{
|
||||
"nvim-neorg/neorg",
|
||||
dependencies = { "luarocks.nvim" },
|
||||
|
|
|
|||
|
|
@ -1,15 +1,18 @@
|
|||
return {
|
||||
"vhyrro/luarocks.nvim",
|
||||
priority = 1000,
|
||||
config = true,
|
||||
opts = {
|
||||
rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" },
|
||||
{
|
||||
"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,
|
||||
},
|
||||
}, {
|
||||
"rest-nvim/rest.nvim",
|
||||
ft = "http",
|
||||
dependencies = { "luarocks.nvim" },
|
||||
config = function()
|
||||
require("rest-nvim").setup()
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue