605 current 2024-05-14 18:27:34 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
dfc24d96b3
commit
0a45687bdf
1 changed files with 9 additions and 8 deletions
|
|
@ -2,6 +2,15 @@ local filetypes = require("core.filetypes")
|
||||||
local configurer = require("utils.configurer")
|
local configurer = require("utils.configurer")
|
||||||
local opts = {}
|
local opts = {}
|
||||||
|
|
||||||
|
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"
|
||||||
|
|
||||||
|
package.cpath = package.cpath
|
||||||
|
.. ";"
|
||||||
|
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/lib/lua/5.1/lcurl.so"
|
||||||
|
|
||||||
if vim.g.vscode then
|
if vim.g.vscode then
|
||||||
-- VSCode Neovim
|
-- VSCode Neovim
|
||||||
opts.spec = "vscode.plugins"
|
opts.spec = "vscode.plugins"
|
||||||
|
|
@ -31,14 +40,6 @@ end
|
||||||
|
|
||||||
setup_all_servers()
|
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", "<left>", '<cmd>echo "Use h to move!!"<CR>')
|
||||||
vim.keymap.set("n", "<right>", '<cmd>echo "Use l 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>')
|
vim.keymap.set("n", "<up>", '<cmd>echo "Use k to move!!"<CR>')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue