593 current 2024-05-14 17:18:32 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
ecfe196f8b
commit
454af722b5
1 changed files with 17 additions and 17 deletions
|
|
@ -1,17 +1,17 @@
|
|||
return {
|
||||
{
|
||||
"vhyrro/luarocks.nvim",
|
||||
priority = 1000,
|
||||
config = true,
|
||||
opts = {
|
||||
rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"rest-nvim/rest.nvim",
|
||||
ft = "http",
|
||||
config = function()
|
||||
require("rest-nvim").setup()
|
||||
end,
|
||||
},
|
||||
}
|
||||
-- return {
|
||||
-- {
|
||||
-- "vhyrro/luarocks.nvim",
|
||||
-- priority = 1000,
|
||||
-- config = true,
|
||||
-- opts = {
|
||||
-- rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" },
|
||||
-- },
|
||||
-- },
|
||||
-- {
|
||||
-- "rest-nvim/rest.nvim",
|
||||
-- ft = "http",
|
||||
-- config = function()
|
||||
-- require("rest-nvim").setup()
|
||||
-- end,
|
||||
-- },
|
||||
-- }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue