" vim-lsc configuation " let g:lsc_server_commands = { \ 'python': { \ 'command': 'pyls', \ 'message_hooks': { \ 'initialize': { \ 'initializationOptions': { \ "pyls.plugins.pydocstyle.enabled": 1, \ "pyls.plugins.epyls_mypy.enabled": 1, \ "pyls.plugins.epyls_mypy.live_mode": 0 \ } \ } \ } \ }, \ 'haskell' : { \ 'command': 'haskell-language-server-wrapper --lsp', \ 'suppress_stderr': 1 \ } \ } autocmd BufNewFile,BufRead *.sc set filetype=scala