mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-21 21:55:58 +00:00
chore(config): zed config tweaks
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
{
|
{
|
||||||
|
"assistant": {
|
||||||
|
"default_model": {
|
||||||
|
"provider": "copilot_chat",
|
||||||
|
"model": "gpt-4o"
|
||||||
|
},
|
||||||
|
"version": "2"
|
||||||
|
},
|
||||||
"formatter": {
|
"formatter": {
|
||||||
"external": {
|
"external": {
|
||||||
"command": "node_modules/.bin/prettier",
|
"command": "node_modules/.bin/prettier",
|
||||||
@@ -9,12 +16,23 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
|
"JavaScript": {
|
||||||
|
"enable_language_server": true,
|
||||||
|
"code_actions_on_format": {
|
||||||
|
"source.fixAll.eslint": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"Lua": {
|
"Lua": {
|
||||||
"enable_language_server": true,
|
"enable_language_server": true,
|
||||||
"tab_size": 2
|
"tab_size": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lsp": {
|
"lsp": {
|
||||||
|
"eslint": {
|
||||||
|
"settings": {
|
||||||
|
"nodePath": "./node_modules/.bin"
|
||||||
|
}
|
||||||
|
},
|
||||||
"gopls": {
|
"gopls": {
|
||||||
"initialization_options": {
|
"initialization_options": {
|
||||||
"hints": {
|
"hints": {
|
||||||
|
|||||||
Reference in New Issue
Block a user