Added rust language server

This commit is contained in:
Michael Mandl 2020-10-01 13:59:52 +02:00
parent daaa73ee2e
commit 628463f6dd
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -148,6 +148,7 @@ nmap gd <Plug>(lcn-definition)
let g:LanguageClient_serverCommands = {
\ 'python': ['pyls'],
\ 'cpp': ['clangd'],
\ 'rust': ['rustup', 'run', 'stable', 'rls'],
\ }
let g:LanguageClient_selectionUI = 'fzf'