fix(sioyek): pass abspath in synctex script
This commit is contained in:
parent
f1cc5ca1ba
commit
66c1be4b45
3 changed files with 10 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ local Methods = vim.lsp.protocol.Methods
|
|||
|
||||
local function fzf_or(fzf_cmd, fallback)
|
||||
return function()
|
||||
pcall(require('lz.n').trigger_load, 'ibhagwan/fzf-lua')
|
||||
if pcall(require, 'fzf-lua') then
|
||||
vim.cmd('FzfLua ' .. fzf_cmd)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue