Daily auto-commit 2025-06-07T04:21:42UTC @ nord
This commit is contained in:
@@ -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
8
tasks.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
// {
|
||||
// "label": "Apply typos",
|
||||
// "command": "typos <<<\"$ZED_SELECTED_TEXT\" - -write-changes",
|
||||
// "allow_concurrent_runs": true,
|
||||
// "shell": "system"
|
||||
// }
|
||||
]
|
||||
Reference in New Issue
Block a user