Merge pull request 'add path for nvim texlab' (#37) from push-mvmxwqxxtsnm into main
Reviewed-on: #37
This commit is contained in:
commit
acd63aabfb
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ return {
|
|||
"--execute-command",
|
||||
"toggle_synctex", -- Open Sioyek in synctex mode.
|
||||
"--inverse-search",
|
||||
[[nvim-texlabconfig -file %%%1 -line %%%2 -server ]] .. vim.v.servername,
|
||||
[[/Users/salar/.local/share/nvim/lazy/nvim-texl/nvim-texlabconfig -file %%%1 -line %%%2 -server ]]
|
||||
.. vim.v.servername,
|
||||
"--forward-search-file",
|
||||
"%f",
|
||||
"--forward-search-line",
|
||||
|
|
Loading…
Reference in a new issue