Compare commits
No commits in common. "a7bb8604038afd9a5dbb3cf87702f3e7233d2252" and "6b2c9b9033e48475b31bf8b728711057b03ad839" have entirely different histories.
a7bb860403
...
6b2c9b9033
3 changed files with 6 additions and 75 deletions
|
|
@ -67,7 +67,6 @@
|
|||
"configs/nvim" = "~/.config/nvim"
|
||||
"configs/rumdl" = "~/.config/rumdl"
|
||||
"configs/zed" = "~/.config/zed"
|
||||
"configs/systemd/user/database-ssh-tunnel@.service" = "~/.config/systemd/user/database-ssh-tunnel@.service"
|
||||
|
||||
[nvim-min.files]
|
||||
"configs/nvim-min" = "~/.config/nvim"
|
||||
|
|
|
|||
|
|
@ -142,10 +142,6 @@
|
|||
"displayMode": "onhover",
|
||||
"id": "Network"
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"id": "Bluetooth"
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"id": "Volume",
|
||||
|
|
|
|||
|
|
@ -47,40 +47,6 @@
|
|||
"enabled": true
|
||||
},
|
||||
"languages": {
|
||||
"SQL": {
|
||||
"format_on_save": "on",
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "sleek"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Shell Script": {
|
||||
"format_on_save": "on",
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "shfmt",
|
||||
// Change `--indent 2` to match your preferred tab_size
|
||||
"arguments": ["--filename", "{buffer_path}", "--indent", "2"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"sass": {
|
||||
"language_servers": ["biome"],
|
||||
"formatter": "language_server",
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.biome": true,
|
||||
"source.organizeImports.biome": true,
|
||||
"source.action.useSortedKeys.biome": true
|
||||
}
|
||||
},
|
||||
"python": {
|
||||
"format_on_save": "on",
|
||||
"code_actions_on_format": {
|
||||
"source.organizeImports.ruff": true,
|
||||
"source.fixAll.ruff": true
|
||||
}
|
||||
},
|
||||
"Lua": {
|
||||
"inlay_hints": {
|
||||
"enabled": true,
|
||||
|
|
@ -276,6 +242,12 @@
|
|||
"projects": [
|
||||
{
|
||||
"paths": ["/bcn/invoice-chile/scripts"]
|
||||
},
|
||||
{
|
||||
"paths": ["/bcn/workflow"]
|
||||
},
|
||||
{
|
||||
"paths": ["/bcn/workflow/piloto/php/./"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -312,18 +284,6 @@
|
|||
"paths": ["/bcn/workflow/produccion/php/./"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"host": "GetCPE-Prod",
|
||||
"args": [],
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/bcn"]
|
||||
},
|
||||
{
|
||||
"paths": ["/bcn/getcpe/produccion/./"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"disable_ai": false,
|
||||
|
|
@ -337,30 +297,6 @@
|
|||
"dark": "Catppuccin Macchiato"
|
||||
},
|
||||
"lsp": {
|
||||
"tombi": {
|
||||
"initialization_options": {
|
||||
"format": {
|
||||
"rules": {
|
||||
"indent-sub-tables": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ruff": {
|
||||
"initialization_options": {
|
||||
"settings": {
|
||||
// Ruff server settings go here
|
||||
}
|
||||
}
|
||||
},
|
||||
"basedpyright": {
|
||||
"settings": {
|
||||
"basedpyright.analysis": {
|
||||
"typeCheckingMode": "recommended",
|
||||
"diagnosticMode": "workspace"
|
||||
}
|
||||
}
|
||||
},
|
||||
"biome": {
|
||||
"enable_lsp_tasks": true,
|
||||
"settings": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue