Skip to content

Instantly share code, notes, and snippets.

View tomsour1s's full-sized avatar
😶‍🌫️
Luck favours the prepared mind

tomsour1s

😶‍🌫️
Luck favours the prepared mind
  • Deutsche Telekom
  • Germany
  • 21:34 (UTC -12:00)
View GitHub Profile
@tomsour1s
tomsour1s / settings.json
Last active August 28, 2026 08:33
ZED Editor Setup for nuxt dev
"languages": {
"Vue.js": {
"language_servers": ["vue-language-server", "vtsls", "..."],
"format_on_save": "on",
"formatter": {
"code_actions": {
"source.fixAll.eslint": true
}
}
},