Daily auto-commit 2025-06-07T04:21:42UTC @ nord

This commit is contained in:
2025-06-07 06:21:42 +02:00
parent 0b0251fae1
commit b46020f01d
2 changed files with 14 additions and 6 deletions

View File

@@ -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": {

8
tasks.json Normal file
View File

@@ -0,0 +1,8 @@
[
// {
// "label": "Apply typos",
// "command": "typos <<<\"$ZED_SELECTED_TEXT\" - -write-changes",
// "allow_concurrent_runs": true,
// "shell": "system"
// }
]