Skip to content

Instantly share code, notes, and snippets.

@smklein
Created June 3, 2021 16:50
Show Gist options
  • Save smklein/889cd32563a91c096b016e508bb3dc4c to your computer and use it in GitHub Desktop.
Save smklein/889cd32563a91c096b016e508bb3dc4c to your computer and use it in GitHub Desktop.
YCM
let g:ycm_language_server =
\ [
\ {
\ 'name': 'rust',
\ 'cmdline': ['rust-analyzer'],
\ 'filetypes': ['rust'],
\ 'project_root_files': ['Cargo.toml']
\ }
\ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment