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") .. "/.."
|
||
|
|
|