Zed updates
This commit is contained in:
parent
67cc604810
commit
ad0a210fca
1 changed files with 85 additions and 59 deletions
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"version": "2"
|
||||
},
|
||||
"auto_update": false,
|
||||
"theme": {
|
||||
"dark": "mpwb dark",
|
||||
"light": "mpwb light"
|
||||
|
@ -49,23 +48,50 @@
|
|||
"dock": "right"
|
||||
},
|
||||
"languages": {
|
||||
"TypeScript": {
|
||||
"tab_size": 4
|
||||
},
|
||||
"JavaScript": {
|
||||
"tab_size": 4
|
||||
"tab_size": 4,
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "prettier",
|
||||
"arguments": ["--stdin-filepath", "{buffer_path}"]
|
||||
}
|
||||
},
|
||||
"TSX": {
|
||||
"tab_size": 4
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
},
|
||||
"TypeScript": {},
|
||||
"TSX": {},
|
||||
"Markdown": {
|
||||
"tab_size": 4
|
||||
},
|
||||
"JSON": {
|
||||
"tab_size": 4
|
||||
},
|
||||
"JSONC": {
|
||||
"tab_size": 4
|
||||
},
|
||||
"Go": {
|
||||
"hard_tabs": true,
|
||||
"tab_size": 8
|
||||
},
|
||||
"Make": {
|
||||
"hard_tabs": true,
|
||||
"tab_size": 8
|
||||
}
|
||||
},
|
||||
"auto_install_extensions": {
|
||||
"dockerfile": true,
|
||||
"git-firefly": true,
|
||||
"graphql": true,
|
||||
"html": true,
|
||||
"make": true,
|
||||
"proto": true,
|
||||
"ruby": true,
|
||||
"sql": true,
|
||||
"terraform": true,
|
||||
"toml": true,
|
||||
"erlang": true,
|
||||
"elixir": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue