lkjdsalkjdsalkjdsalkjdsalkj
This commit is contained in:
@@ -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",
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user