kjahskjahd
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
{
|
{
|
||||||
"context": "",
|
"context": "",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"ctrl-q": null, // "zed::Quit",
|
"ctrl-q": null // "zed::Quit"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -68,8 +68,7 @@
|
|||||||
|
|
||||||
"ctrl-shift-l": "language_selector::Toggle",
|
"ctrl-shift-l": "language_selector::Toggle",
|
||||||
|
|
||||||
|
// "alt-enter": "editor::OpenUrl",
|
||||||
"ctrl-alt": "editor::OpenUrl",
|
|
||||||
// "ctrl-shift-enter": "editor::FindAllReferences",
|
// "ctrl-shift-enter": "editor::FindAllReferences",
|
||||||
"ctrl-enter": "editor::GoToDefinition", // TODO: open-url, and somehow disable FindAllReferences fallback behavior here
|
"ctrl-enter": "editor::GoToDefinition", // TODO: open-url, and somehow disable FindAllReferences fallback behavior here
|
||||||
// "ctrl-enter": ["editor::GoToDefinition", "editor::OpenUrl"],
|
// "ctrl-enter": ["editor::GoToDefinition", "editor::OpenUrl"],
|
||||||
|
@ -98,36 +98,17 @@
|
|||||||
"vhdl": true
|
"vhdl": true
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
|
// "Python": {
|
||||||
|
// "language_servers": ["pylsp", "!pyright", "!basedpyright"]
|
||||||
|
// // "enable_language_server": false,
|
||||||
|
// // "preferred_line_length": 120
|
||||||
|
// },
|
||||||
"Nix": {
|
"Nix": {
|
||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
"format_on_save": "off"
|
"format_on_save": "off"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lsp": {
|
"lsp": {
|
||||||
"typos": {
|
|
||||||
"initialization_options": {
|
|
||||||
// bundled binary is dynamically linked
|
|
||||||
"path": "typos-lsp"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nil": {
|
|
||||||
"initialization_options": {
|
|
||||||
"formatting": { "command": ["nixfmt"] }
|
|
||||||
// bundled binary is dynamically linked
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"file_types": {
|
|
||||||
"CMake": ["CMakeLists.txt"]
|
|
||||||
}
|
|
||||||
// "languages": {
|
|
||||||
// "Python": {
|
|
||||||
// "language_servers": ["pylsp", "!pyright", "!basedpyright"]
|
|
||||||
// // "enable_language_server": false,
|
|
||||||
// // "preferred_line_length": 120
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
// "lsp": {
|
|
||||||
// "pyright": { "enabled": false },
|
// "pyright": { "enabled": false },
|
||||||
// "basedpyright": { "enabled": false },
|
// "basedpyright": { "enabled": false },
|
||||||
// "pylsp": {
|
// "pylsp": {
|
||||||
@ -151,6 +132,38 @@
|
|||||||
// "rope": { "enabled": false }, // completions and linting
|
// "rope": { "enabled": false }, // completions and linting
|
||||||
// "yapf": { "enabled": false }
|
// "yapf": { "enabled": false }
|
||||||
// }
|
// }
|
||||||
// }
|
// },
|
||||||
// }
|
"typos": {
|
||||||
|
"initialization_options": {
|
||||||
|
// bundled binary is dynamically linked
|
||||||
|
"path": "typos-lsp"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nil": {
|
||||||
|
"initialization_options": {
|
||||||
|
"formatting": { "command": ["nixfmt"] }
|
||||||
|
// bundled binary is dynamically linked
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"harper": {
|
||||||
|
"initialization_options": {
|
||||||
|
"linters": {
|
||||||
|
// "SpellCheck": true,
|
||||||
|
// "SpelledNumbers": false,
|
||||||
|
// "AnA": true,
|
||||||
|
// "SentenceCapitalization": true,
|
||||||
|
// "UnclosedQuotes": true,
|
||||||
|
// "WrongQuotes": false,
|
||||||
|
"LongSentences": false
|
||||||
|
// "RepeatedWords": true,
|
||||||
|
// "Spaces": true,
|
||||||
|
// "Matcher": true,
|
||||||
|
// "CorrectNumberSuffix": true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"file_types": {
|
||||||
|
"CMake": ["CMakeLists.txt"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user