604 current 2024-05-14 18:17:07 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
24252cf89b
commit
dfc24d96b3
2 changed files with 8 additions and 7 deletions
|
|
@ -31,6 +31,14 @@ end
|
|||
|
||||
setup_all_servers()
|
||||
|
||||
package.path = package.path
|
||||
.. ";"
|
||||
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/share/lua/5.1/cURL.lua"
|
||||
|
||||
package.cpath = package.cpath
|
||||
.. ";"
|
||||
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/lib/lua/5.1/lcurl.so"
|
||||
|
||||
vim.keymap.set("n", "<left>", '<cmd>echo "Use h to move!!"<CR>')
|
||||
vim.keymap.set("n", "<right>", '<cmd>echo "Use l to move!!"<CR>')
|
||||
vim.keymap.set("n", "<up>", '<cmd>echo "Use k to move!!"<CR>')
|
||||
|
|
|
|||
|
|
@ -3,13 +3,6 @@ return {
|
|||
"rest-nvim/rest.nvim",
|
||||
ft = "http",
|
||||
config = function()
|
||||
package.path = package.path
|
||||
.. ";"
|
||||
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/share/lua/5.1/cURL.lua"
|
||||
|
||||
package.cpath = package.cpath
|
||||
.. ";"
|
||||
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/lib/lua/5.1/lcurl.so"
|
||||
|
||||
require("rest-nvim").setup()
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue