aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/settings.json
diff options
context:
space:
mode:
authorkj_sh6042026-02-21 13:33:39 -0500
committerkj_sh6042026-02-21 13:33:39 -0500
commit8ba965027325426fa95a2df6af46fb90300ac79a (patch)
treee16d0338bf3f54cd6da905fbf7fa33569d33ea81 /.config/Code/User/settings.json
parent505f93d5115d4cdbb014ae8e66f03df550863baf (diff)
refactor: config and keybind changes
Diffstat (limited to '.config/Code/User/settings.json')
-rw-r--r--.config/Code/User/settings.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index 33cfea1..d5334f0 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -307,5 +307,8 @@
"github.copilot.nextEditSuggestions.enabled": true,
"files.eol": "\n",
"chat.viewSessions.orientation": "stacked",
- "python.terminal.activateEnvironment": false
+ "python.terminal.activateEnvironment": false,
+ "[nim]": {
+ "editor.defaultFormatter": "arnetheduck.vscode-nph"
+ }
} \ No newline at end of file