mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-05-01 10:01:39 +02:00
Compare commits
2 Commits
66e81c5275
...
352b695c08
| Author | SHA1 | Date | |
|---|---|---|---|
| 352b695c08 | |||
| a87272d079 |
@@ -1,5 +1,8 @@
|
||||
return {
|
||||
-- rename files in buffer
|
||||
"tiyn/file-renamer.nvim",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
cmd = { "Ren", "Renamer" },
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ return {
|
||||
vim.g.knap_settings = {
|
||||
delay = 100,
|
||||
texoutputext = "pdf",
|
||||
textopdf = "xelatex -synctex=1 -interaction=batchmode %docroot%",
|
||||
textopdf = "pdflatex -synctex=1 -interaction=batchmode %docroot%",
|
||||
textopdfviewerlaunch = "zathura --synctex-editor-command 'nvim --headless -es --cmd \"lua require('\"'\"'knaphelper'\"'\"').relayjump('\"'\"'%servername%'\"'\"','\"'\"'%{input}'\"'\"',%{line},0)\"' ./%outputfile%",
|
||||
textopdfviewerrefresh = "reload",
|
||||
textopdfforwardjump = "zathura --synctex-forward=%line%:%column%:%srcfile% %outputfile%",
|
||||
|
||||
Reference in New Issue
Block a user