From 8ba965027325426fa95a2df6af46fb90300ac79a Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 21 Feb 2026 13:33:39 -0500 Subject: refactor: config and keybind changes --- .config/Code/User/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/Code/User/settings.json') 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 -- cgit v1.2.3