Move lsp configuration into language crate
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
de8218314c
commit
7d5425e142
8 changed files with 79 additions and 47 deletions
|
@ -8,3 +8,7 @@ brackets = [
|
|||
{ start = "\"", end = "\"", close = true, newline = false },
|
||||
{ start = "/*", end = " */", close = true, newline = false },
|
||||
]
|
||||
|
||||
[language_server]
|
||||
binary = "rust-analyzer"
|
||||
disk_based_diagnostic_sources = ["rustc"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue