rust fixing/langserving
This commit is contained in:
parent
6ac142ae74
commit
0b6bba510d
1 changed files with 2 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ in {
|
|||
\ 'javascriptreact': ['prettier'],
|
||||
\ 'typescriptreact': ['prettier'],
|
||||
\ 'ruby': ['rubocop', 'sorbet'],
|
||||
\ 'rust': ['rustfmt'],
|
||||
\}
|
||||
|
||||
" Easymotion
|
||||
|
|
@ -202,6 +203,7 @@ in {
|
|||
\ 'javascript': ['flow', 'lsp'],
|
||||
\ 'javascript.jsx': ['flow', 'lsp'],
|
||||
\ 'javascriptreact': ['flow', 'lsp'],
|
||||
\ 'rust': ['rustup', 'run', 'stable', 'rls'],
|
||||
\ }
|
||||
|
||||
let g:LanguageClient_rootMarkers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue