-
Notifications
You must be signed in to change notification settings - Fork 304
Servers Rust
Prabir Shrestha edited this page Aug 12, 2017
·
9 revisions
Follow instructions at https://github.com/rust-lang-nursery/rls#setup in order to install and setup rust language server.
if executable('rls')
au User lsp_setup call lsp#register_server({
\ 'name': 'rls',
\ 'cmd': {server_info->['rustup', 'run', 'nightly', 'rls']},
\ 'whitelist': ['rust'],
\ })
endif