File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -255,22 +255,9 @@ let g:LanguageClient_serverCommands = {
255
255
==== YouCompleteMe
256
256
257
257
1. Install YouCompleteMe by following the instructions
258
- https://github.com/ycm-core/lsp-examples#rust-rust-analyzer [here]
258
+ https://github.com/ycm-core/YouCompleteMe#installation [here]
259
259
260
- 2. Configure by adding this to your vim/neovim config file (replacing the existing Rust-specific line if it exists):
261
- +
262
- [source,vim]
263
- ----
264
- let g:ycm_language_server =
265
- \ [
266
- \ {
267
- \ 'name': 'rust',
268
- \ 'cmdline': ['rust-analyzer'],
269
- \ 'filetypes': ['rust'],
270
- \ 'project_root_files': ['Cargo.toml']
271
- \ }
272
- \ ]
273
- ----
260
+ rust-analyzer is the default in ycm, it should work out of the box.
274
261
275
262
==== ALE
276
263
You can’t perform that action at this time.
0 commit comments