File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed
Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ cd mcpp-standard/dslings
8383# Generate compile_commands.json for clangd
8484xmake 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
8790nvim .
8891```
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ cd mcpp-standard/dslings
8383# 為clangd生成compile_commands.json
8484xmake project -k compile_commands
8585
86+ # 註解掉config.xlings中的editor設定
87+ # 開啟mcpp-standard/config.xlings並註解掉:editor = "vscode",
88+
8689# 使用nvim打開整個目錄
8790nvim .
8891```
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ cd mcpp-standard/dslings
8383# 为clangd生成compile_commands.json
8484xmake project -k compile_commands
8585
86+ # 注释掉config.xlings中的editor配置
87+ # 打开mcpp-standard/config.xlings并注释掉:editor = "vscode",
88+
8689# 使用nvim打开整个目录
8790nvim .
8891```
Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ cd mcpp-standard/dslings
7979# Generate compile_commands.json for clangd
8080xmake 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
8386nvim .
8487```
Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ cd mcpp-standard/dslings
7979# 为clangd生成compile_commands.json
8080xmake project -k compile_commands
8181
82+ # 注释掉config.xlings中的editor配置
83+ # 打开mcpp-standard/config.xlings并注释掉:editor = "vscode",
84+
8285# 使用nvim打开整个目录
8386nvim .
8487```
You can’t perform that action at this time.
0 commit comments