mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
[zed] Update settings
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
// custom settings, run `zed: open default settings` from the
|
// custom settings, run `zed: open default settings` from the
|
||||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
{
|
{
|
||||||
|
"git_panel": {
|
||||||
|
"dock": "right"
|
||||||
|
},
|
||||||
"git": {
|
"git": {
|
||||||
"inline_blame": {
|
"inline_blame": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
@@ -72,7 +75,17 @@
|
|||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
"Python": {
|
"Python": {
|
||||||
"language_servers": ["ty", "ruff"],
|
"language_servers": ["ty", "ruff", "!basedpyright"],
|
||||||
|
},
|
||||||
|
"Shell Script": {
|
||||||
|
"format_on_save": "on",
|
||||||
|
"formatter": {
|
||||||
|
"external": {
|
||||||
|
"command": "shfmt",
|
||||||
|
// Change `--indent 2` to match your preferred tab_size
|
||||||
|
"arguments": ["--filename", "{buffer_path}", "--indent", "4"],
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"auto_install_extensions": {
|
"auto_install_extensions": {
|
||||||
@@ -92,4 +105,13 @@
|
|||||||
"ansible": true,
|
"ansible": true,
|
||||||
"terraform-context-server": true,
|
"terraform-context-server": true,
|
||||||
},
|
},
|
||||||
|
"lsp": {
|
||||||
|
"yaml-language-server": {
|
||||||
|
"settings": {
|
||||||
|
"yaml": {
|
||||||
|
"customTags": ["!vault"],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user