From d2aa8d3857d7c169c240e2d9d57864fc6561fcad Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 15 Feb 2022 23:11:10 +0000 Subject: pls is kind of broken --- lsc.vim | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lsc.vim b/lsc.vim index ac323cb..f04a38b 100644 --- a/lsc.vim +++ b/lsc.vim @@ -3,16 +3,7 @@ let g:lsc_server_commands = { \ 'python': { \ 'command': 'pyls', - \ 'suppress_stderr': 1, - \ 'message_hooks': { - \ 'initialize': { - \ 'initializationOptions': { - \ "pyls.plugins.pydocstyle.enabled": 1, - \ "pyls.plugins.epyls_mypy.enabled": 1, - \ "pyls.plugins.epyls_mypy.live_mode": 0 - \ } - \ } - \ } + \ 'suppress_stderr': 1 \ }, \ 'haskell' : { \ 'command': 'haskell-language-server-wrapper --lsp', -- cgit v1.2.3