Skip to content

Commit

Permalink
chore: add reference to setup with eslint, prettier for js/ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Jul 16, 2024
1 parent d5b0a28 commit f9f79e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Update your settings.json file with the following configuration:
<!-- ALL-SETTINGS:START -->

```json
// settings.json, generated at Tue Jul 16 2024 22:21:05 GMT+0800 (Singapore Standard Time)
// settings.json, generated at Tue Jul 16 2024 22:23:51 GMT+0800 (Singapore Standard Time)
// Zed settings
//
// For information on how to configure Zed, see the Zed
Expand Down Expand Up @@ -80,6 +80,7 @@ Update your settings.json file with the following configuration:
"enabled": true
},
"languages": {
// Refer https://zed.dev/docs/languages/javascript and https://zed.dev/docs/languages/typescript for more info
"TypeScript": {
// Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode
"inlay_hints": {
Expand Down Expand Up @@ -113,6 +114,7 @@ Update your settings.json file with the following configuration:
"git_status": true
}
}

```

<!-- ALL-SETTINGS:END -->
Expand All @@ -128,7 +130,7 @@ Update your keymap.json file with the following key bindings:
<!-- ALL-KEYMAPS:START -->

```json
// keymap.json, generated at Tue Jul 16 2024 22:21:05 GMT+0800 (Singapore Standard Time)
// keymap.json, generated at Tue Jul 16 2024 22:23:51 GMT+0800 (Singapore Standard Time)
[
{
"context": "Editor && (vim_mode == normal || vim_mode == visual) && !VimWaiting && !menu",
Expand Down Expand Up @@ -305,6 +307,7 @@ Update your keymap.json file with the following key bindings:
// }
// }
]

```

<!-- ALL-KEYMAPS:END -->
Expand Down
1 change: 1 addition & 0 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"enabled": true
},
"languages": {
// Refer https://zed.dev/docs/languages/javascript and https://zed.dev/docs/languages/typescript for more info
"TypeScript": {
// Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode
"inlay_hints": {
Expand Down

0 comments on commit f9f79e9

Please sign in to comment.