From d90a88556bbd704ca9cccdb6e225d910d258cea6 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 26 Oct 2023 08:20:36 +0800 Subject: Remove solargraph --- .vim/after/plugin/lsp.vim | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim index def2978..e72f1c0 100644 --- a/.vim/after/plugin/lsp.vim +++ b/.vim/after/plugin/lsp.vim @@ -59,17 +59,6 @@ if executable('godot') \ }) endif -if executable('solargraph') - au User lsp_setup call lsp#register_server({ - \ 'name': 'solargraph', - \ 'cmd': {server_info->['solargraph', 'stdio']}, - \ 'initialization_options': { - \ 'diagnostics': 'true' - \ }, - \ 'allowlist': ['ruby'], - \ }) -endif - " https://github.com/mickael-menu/zk " if executable('zk') " au User lsp_setup call lsp#register_server({ -- cgit v1.2.3