From 44154c727ab92c536d075814cb043d0e1ff6234e Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 14 May 2024 18:06:35 -0400 Subject: [PATCH] 601 current 2024-05-14 18:06:31 24.05.20240512.2057814 6.8.6-zen1 * --- .../home-manager/vim/config/lua/plugins/tools/rest.lua | 8 ++++++++ modules/home-manager/vim/default.nix | 1 + modules/home-manager/vim/lazy-lock.json | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/vim/config/lua/plugins/tools/rest.lua b/modules/home-manager/vim/config/lua/plugins/tools/rest.lua index fc420ff..82839ed 100644 --- a/modules/home-manager/vim/config/lua/plugins/tools/rest.lua +++ b/modules/home-manager/vim/config/lua/plugins/tools/rest.lua @@ -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, }, } diff --git a/modules/home-manager/vim/default.nix b/modules/home-manager/vim/default.nix index d0897c6..02e81eb 100644 --- a/modules/home-manager/vim/default.nix +++ b/modules/home-manager/vim/default.nix @@ -35,6 +35,7 @@ in { # Tools git + html-tidy cmake fzf gcc diff --git a/modules/home-manager/vim/lazy-lock.json b/modules/home-manager/vim/lazy-lock.json index 6b13bd3..81d5e6d 100644 --- a/modules/home-manager/vim/lazy-lock.json +++ b/modules/home-manager/vim/lazy-lock.json @@ -30,7 +30,6 @@ "neo-tree.nvim": { "branch": "main", "commit": "25bfdbe802eb913276bb83874b043be57bd70347" }, "neodev.nvim": { "branch": "main", "commit": "ce9a2e8eaba5649b553529c5498acb43a6c317cd" }, "neogit": { "branch": "nightly", "commit": "eedcb6b954432b7d1901dd7e3758d829b4e8f20d" }, - "neorg": { "branch": "main", "commit": "c17b8e9e7327e03f78fbdccfb15abd09ec607bd0" }, "neovim-session-manager": { "branch": "master", "commit": "a0b9d25154be573bc0f99877afb3f57cf881cce7" }, "noice.nvim": { "branch": "main", "commit": "09102ca2e9a3e9302119fdaf7a059a034e4a626d" }, "nui.nvim": { "branch": "main", "commit": "a3597dc88b53489d3fddbddbbd13787355253bb0" }, @@ -53,8 +52,9 @@ "overseer.nvim": { "branch": "master", "commit": "226789848772d99b3b61363b6ea7663882f8c05e" }, "plenary.nvim": { "branch": "master", "commit": "08e301982b9a057110ede7a735dd1b5285eb341f" }, "promise-async": { "branch": "main", "commit": "93540c168c5ed2b030ec3e6c40ab8bbb85e36355" }, + "rest.nvim": { "branch": "main", "commit": "f96edb54a2940322bc7ed81a1031be04db7d3a99" }, "rustaceanvim": { "branch": "master", "commit": "1c3d3a75bebcb16df2a093b147ba498185e4ab17" }, - "schemastore.nvim": { "branch": "main", "commit": "3e4f42970123ef11d23da4b2feb8c25b555b19f8" }, + "schemastore.nvim": { "branch": "main", "commit": "3c32d6a7bc56d56d4e3cc16fb21b59465a527aeb" }, "telescope-dap.nvim": { "branch": "master", "commit": "8c88d9716c91eaef1cdea13cb9390d8ef447dbfe" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" }, "telescope.nvim": { "branch": "master", "commit": "6f6bb8065567b56c42e283b06e8a1c670c0092a1" },