Added rust language server
This commit is contained in:
parent
daaa73ee2e
commit
628463f6dd
@ -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'
|
||||
|
Reference in New Issue
Block a user