diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,6 +118,8 @@ if dein#tap('vim-lsp') \ 'cmd': {server_info->['rustup', 'run', 'nightly', 'rls']}, \ 'whitelist': ['rust'], \ }) + + au FileType rust setl omnifunc=lsp#complete endif if executable('hie-wrapper') au User lsp_setup call lsp#register_server({ |