diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-02-15 23:11:10 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | d2aa8d3857d7c169c240e2d9d57864fc6561fcad (patch) | |
tree | 20f16f29dd7a98475d98af6adff741beeb9b0f72 | |
parent | 0058e19c87d566881bca6fc7c5675583b54f3abc (diff) | |
download | dotnvim-d2aa8d3857d7c169c240e2d9d57864fc6561fcad.tar.gz dotnvim-d2aa8d3857d7c169c240e2d9d57864fc6561fcad.zip |
pls is kind of broken
-rw-r--r-- | lsc.vim | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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', |