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