From 9724df6b107176b0d0e22f626bbc2d3a89eab49e Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 23 Mar 2025 01:50:19 +0100 Subject: [PATCH] lkjdsalkjdsalkjdsalkjdsalkj --- keymap.json | 6 +++--- settings.json | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/keymap.json b/keymap.json index b23a308..cf84ce7 100644 --- a/keymap.json +++ b/keymap.json @@ -11,7 +11,7 @@ "bindings": { "ctrl-q": null, // "zed::Quit" "alt-pageup": "workspace::ActivatePaneLeft", - "alt-pagedown": "workspace::ActivatePaneRight", + "alt-pagedown": "workspace::ActivatePaneRight" } }, { @@ -69,8 +69,8 @@ "ctrl-shift-d": "editor::DeleteLine", "ctrl-j": "editor::JoinLines", "ctrl-shift-j": null, // "editor::JoinLines" - "ctrl-l": "editor::Fold", - "ctrl-oslash": "editor::UnfoldLines", // ctrl-ø + "ctrl-oslash": "editor::Fold", // ctrl-ø + "ctrl-l": "editor::UnfoldLines", "f5": "editor::SortLinesCaseSensitive", diff --git a/settings.json b/settings.json index bcd90e3..441c910 100644 --- a/settings.json +++ b/settings.json @@ -95,6 +95,7 @@ "nix": true, "proto": true, "pylsp": true, + "ruff": true, "scala": true, "toml": true, "typos": true, @@ -166,6 +167,18 @@ // "yapf": { "enabled": false } // } // }, + "ruff": { + "initialization_options": { + "settings": { + // "lineLength": 120, + "showSyntaxErrors": true, + "lint": { + "select": ["ALL"] + // "ignore": ["D", "S101"] + } + } + } + }, "typos": { "initialization_options": { // bundled binary is dynamically linked