lkjdsalkjdsalkjdsalkjdsalkj

This commit is contained in:
2025-03-23 01:50:19 +01:00
parent c8fd5482d6
commit 9724df6b10
2 changed files with 16 additions and 3 deletions

View File

@@ -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",

View File

@@ -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