update zed config

This commit is contained in:
Alexander Navarro 2026-02-09 10:52:57 -03:00
parent a7bb860403
commit 42abb59588
5 changed files with 93 additions and 31 deletions

View file

@ -9,6 +9,23 @@
{
"formatter": "language_server",
"zoomed_padding": false,
"auto_install_extensions": {
"biome": true,
"catppuccin": true,
"catppuccin-icons": true,
"docker-compose": true,
"dockerfile": true,
"fish": true,
"git-firefly": true,
"html": true,
"kdl": true,
"lua": true,
"php": true,
"rumdl": true,
"sql": true,
"tombi": true,
"toml": true
},
"active_pane_modifiers": {
"border_size": -1.0
},
@ -47,6 +64,13 @@
"enabled": true
},
"languages": {
"Fish": {
"formatter": {
"external": {
"command": "fish_indent"
}
}
},
"SQL": {
"format_on_save": "on",
"formatter": {
@ -292,7 +316,11 @@
{
"host": "getwfr-2-piloto",
"args": [],
"projects": []
"projects": [
{
"paths": ["/bcn/workflow/piloto/php/./"]
}
]
},
{
"host": "saria",
@ -337,15 +365,6 @@
"dark": "Catppuccin Macchiato"
},
"lsp": {
"tombi": {
"initialization_options": {
"format": {
"rules": {
"indent-sub-tables": true
}
}
}
},
"ruff": {
"initialization_options": {
"settings": {