Added rust language server
This commit is contained in:
parent
daaa73ee2e
commit
628463f6dd
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ nmap gd <Plug>(lcn-definition)
|
||||||
let g:LanguageClient_serverCommands = {
|
let g:LanguageClient_serverCommands = {
|
||||||
\ 'python': ['pyls'],
|
\ 'python': ['pyls'],
|
||||||
\ 'cpp': ['clangd'],
|
\ 'cpp': ['clangd'],
|
||||||
|
\ 'rust': ['rustup', 'run', 'stable', 'rls'],
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
let g:LanguageClient_selectionUI = 'fzf'
|
let g:LanguageClient_selectionUI = 'fzf'
|
||||||
|
|
Loading…
Reference in a new issue