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