mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-03 21:48:32 +00:00
chore(config): update zed config
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"formatter": {
|
"formatter": {
|
||||||
"external": {
|
"external": {
|
||||||
"command": "node_modules/.bin/prettier",
|
"command": "prettier",
|
||||||
"arguments": [
|
"arguments": [
|
||||||
"--stdin-filepath",
|
"--stdin-filepath",
|
||||||
"{buffer_path}"
|
"{buffer_path}"
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
"buffer_font_fallbacks": [
|
"buffer_font_fallbacks": [
|
||||||
"JetBrainsMono Nerd Font"
|
"JetBrainsMono Nerd Font"
|
||||||
],
|
],
|
||||||
"inline_completions": {
|
"edit_predictions": {
|
||||||
"disabled_globs": [
|
"disabled_globs": [
|
||||||
".env"
|
".env"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user