Skip to content

Commit fb5ef13

Browse files
committed
更新README
1 parent f7b1f7f commit fb5ef13

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ cd mcpp-standard/dslings
8383
# Generate compile_commands.json for clangd
8484
xmake project -k compile_commands
8585

86+
# Comment out the editor line in config.xlings
87+
# Open mcpp-standard/config.xlings and comment out: editor = "vscode",
88+
8689
# Open the directory with nvim
8790
nvim .
8891
```

README.zh.hant.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ cd mcpp-standard/dslings
8383
# 為clangd生成compile_commands.json
8484
xmake project -k compile_commands
8585

86+
# 註解掉config.xlings中的editor設定
87+
# 開啟mcpp-standard/config.xlings並註解掉:editor = "vscode",
88+
8689
# 使用nvim打開整個目錄
8790
nvim .
8891
```

README.zh.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ cd mcpp-standard/dslings
8383
# 为clangd生成compile_commands.json
8484
xmake project -k compile_commands
8585

86+
# 注释掉config.xlings中的editor配置
87+
# 打开mcpp-standard/config.xlings并注释掉:editor = "vscode",
88+
8689
# 使用nvim打开整个目录
8790
nvim .
8891
```

book/en/src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ cd mcpp-standard/dslings
7979
# Generate compile_commands.json for clangd
8080
xmake project -k compile_commands
8181

82+
# Comment out the editor line in config.xlings
83+
# Open mcpp-standard/config.xlings and comment out: editor = "vscode",
84+
8285
# Open the directory with nvim
8386
nvim .
8487
```

book/src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ cd mcpp-standard/dslings
7979
# 为clangd生成compile_commands.json
8080
xmake project -k compile_commands
8181

82+
# 注释掉config.xlings中的editor配置
83+
# 打开mcpp-standard/config.xlings并注释掉:editor = "vscode",
84+
8285
# 使用nvim打开整个目录
8386
nvim .
8487
```

0 commit comments

Comments
 (0)