From 77cb4a8d7c3dcac52dab56f3005bde5310f74095 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 17 Feb 2022 13:05:42 +0000 Subject: Using neovim lsp support (for python initialy) --- lsc.vim | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 lsc.vim (limited to 'lsc.vim') diff --git a/lsc.vim b/lsc.vim deleted file mode 100644 index 5c6abd8..0000000 --- a/lsc.vim +++ /dev/null @@ -1,27 +0,0 @@ -" vim-lsc configuation -" -" req: -" - python-lsp-server -" - pylsp-mypy -" - python-lsp-black -" -" ensure yapf and autopep8 is not installed so black works -" -let g:lsc_server_commands = { - \ 'python': { - \ 'command': 'pylsp', - \ 'suppress_stderr': 0, - \ 'workspace_config': { - \ 'pylsp.plugins.pylsp_mypy.enabled': 1, - \ 'pylsp.plugins.pylsp_mypy.live_mode': 0 - \ } - \ }, - \ 'haskell' : { - \ 'command': 'haskell-language-server-wrapper --lsp', - \ 'suppress_stderr': 1 - \ } - \ } - -let g:lsc_auto_map = {'defaults': v:true, 'FindImplementations': ''} -let g:lsc_preview_split_direction = "below" - -- cgit v1.2.3