feat: 🎉 Create all the basics file for the template

This commit is contained in:
2024-11-02 16:23:16 +01:00
commit a62dde197b
4 changed files with 373 additions and 0 deletions

9
.zed/tasks.json Normal file
View File

@ -0,0 +1,9 @@
// .zed/tasks.json
[
{
"label": "Forward Search",
"command": "zathura --synctex-forward \"$ZED_ROW:$ZED_COLUMN:$ZED_FILE\" -x 'zed %{input}:%{line}' main.pdf",
"allow_concurrent_runs": true,
"reveal": "never"
}
]