Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
16 lines
594 B
Diff
16 lines
594 B
Diff
diff --git a/lua/sniprun.lua b/lua/sniprun.lua
|
|
index 49be442..9342351 100644
|
|
--- a/lua/sniprun.lua
|
|
+++ b/lua/sniprun.lua
|
|
@@ -3,9 +3,7 @@ M.ping_anwsered = 0
|
|
M.info_floatwin = {}
|
|
|
|
-- See https://github.com/tjdevries/rofl.nvim/blob/632c10f2ec7c56882a3f7eda8849904bcac6e8af/lua/rofl.lua
|
|
-local binary_path = vim.fn.fnamemodify(
|
|
- vim.api.nvim_get_runtime_file("lua/sniprun.lua", false)[1], ":h:h")
|
|
- .. "/target/release/sniprun"
|
|
+local binary_path = "@sniprun@"
|
|
|
|
local sniprun_path = vim.fn.fnamemodify(vim.api.nvim_get_runtime_file("lua/sniprun.lua", false)[1], ":p:h") .. "/.."
|
|
|