Skip to content

Commit 6dc8b11

Browse files
committed
docs: update readme
1 parent e96098b commit 6dc8b11

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
https://github.com/kawre/leetcode.nvim/assets/69250723/aee6584c-e099-4409-b114-123cb32b7563
1212

1313
> [!CAUTION]
14-
> This plugin has been exclusively tested with `Java`.
14+
> This plugin has been primarily tested with `Java`.
1515
> If you encounter any errors while using other languages,
1616
> please open an issue to report them.
1717
@@ -314,6 +314,13 @@ image_support = false,
314314

315315
- `restore` try to restore default question layout
316316

317+
- `session`
318+
319+
- `create` create a new session
320+
- `change` change the current session
321+
322+
- `update` update the current session in case it went out of sync
323+
317324
- `desc` toggle question description
318325

319326
- `toggle` same as `Leet desc`

README.zh.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,14 @@ image_support = false, -- 将此设置为 `true` 将禁用问题描述的换行
316316

317317
- `restore` 尝试恢复默认问题布局
318318

319+
- `session`
320+
321+
- `create` 创建一个新的会话
322+
323+
- `change` 更改当前会话
324+
325+
- `update` 更新当前会话,以防它失去同步
326+
319327
- `desc` 切换问题描述
320328

321329
- `toggle``Leet desc` 相同

0 commit comments

Comments
 (0)