From b46020f01d2c0dfbc76f88b2f9f04647fba2a0a9 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sat, 7 Jun 2025 06:21:42 +0200 Subject: [PATCH] Daily auto-commit 2025-06-07T04:21:42UTC @ nord --- settings.json | 12 ++++++------ tasks.json | 8 ++++++++ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 tasks.json diff --git a/settings.json b/settings.json index ed29bde..48d7f8a 100644 --- a/settings.json +++ b/settings.json @@ -69,16 +69,15 @@ "format_on_save": "off", "preview_tabs": { // Those annoying tabs that close themselves - // I'd like more control over what is made ino a preview and not - // "enabled": false - "enable_preview_from_code_navigation": true, - "enable_preview_from_file_finder": false + "enabled": false + // "enable_preview_from_code_navigation": true, + // "enable_preview_from_file_finder": false }, "node": { "ignore_system_version": false }, "auto_install_extensions": { - // "railcast": true, + "railscast": true, // "basher": true, // I want https://github.com/rburmorrison/shell.zed... "cython": true, "docker-compose": true, @@ -107,7 +106,8 @@ "typst": true, "vale": true, "verilog": true, - "vhdl": true + "vhdl": true, + "zig": true }, "languages": { "JSONC": { diff --git a/tasks.json b/tasks.json new file mode 100644 index 0000000..6ab553c --- /dev/null +++ b/tasks.json @@ -0,0 +1,8 @@ +[ + // { + // "label": "Apply typos", + // "command": "typos <<<\"$ZED_SELECTED_TEXT\" - -write-changes", + // "allow_concurrent_runs": true, + // "shell": "system" + // } +]