602 current 2024-05-14 18:08:33 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
44154c727a
commit
a91ffc5bdc
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,6 @@ return {
|
||||||
"rest-nvim/rest.nvim",
|
"rest-nvim/rest.nvim",
|
||||||
ft = "http",
|
ft = "http",
|
||||||
config = function()
|
config = function()
|
||||||
require("rest-nvim").setup()
|
|
||||||
|
|
||||||
package.path = package.path
|
package.path = package.path
|
||||||
.. ";"
|
.. ";"
|
||||||
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/share/lua/5.1/?.lua"
|
.. "/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
|
package.cpath = package.cpath
|
||||||
.. ";"
|
.. ";"
|
||||||
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/lib/lua/5.1/?.so"
|
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/lib/lua/5.1/?.so"
|
||||||
|
|
||||||
|
require("rest-nvim").setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue