chore(config): zed config tweaks

This commit is contained in:
2025-01-07 21:29:49 +02:00
parent c37793f649
commit 8a3763e168

View File

@@ -1,4 +1,11 @@
{
"assistant": {
"default_model": {
"provider": "copilot_chat",
"model": "gpt-4o"
},
"version": "2"
},
"formatter": {
"external": {
"command": "node_modules/.bin/prettier",
@@ -9,12 +16,23 @@
}
},
"languages": {
"JavaScript": {
"enable_language_server": true,
"code_actions_on_format": {
"source.fixAll.eslint": true
}
},
"Lua": {
"enable_language_server": true,
"tab_size": 2
}
},
"lsp": {
"eslint": {
"settings": {
"nodePath": "./node_modules/.bin"
}
},
"gopls": {
"initialization_options": {
"hints": {