Skip to content

Commit

Permalink
add lua plugin settings in code
Browse files Browse the repository at this point in the history
  • Loading branch information
3x10RaiseTo8 committed Jul 1, 2024
1 parent 188b811 commit 7ca6cf9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vscode/.config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,13 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"python.createEnvironment.trigger": "off",
"notebook.output.wordWrap": true
"notebook.output.wordWrap": true,
"[lua]": {
"editor.quickSuggestions": {
"comments": "inline",
"other": "on",
"strings": "on"
},
"editor.semanticHighlighting.enabled": true
}
}

0 comments on commit 7ca6cf9

Please sign in to comment.