diff options
author | Guangxiong Lin <[email protected]> | 2023-10-26 08:20:36 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-26 08:20:36 +0800 |
commit | d90a88556bbd704ca9cccdb6e225d910d258cea6 (patch) | |
tree | a3cacc0cd6ca75938fd43ebcde20b39654efd7a6 /.vim/after/plugin | |
parent | 17ee12787812a9b72c6f38d1cd677e6524f8c467 (diff) | |
download | dotfiles-d90a88556bbd704ca9cccdb6e225d910d258cea6.tar.gz dotfiles-d90a88556bbd704ca9cccdb6e225d910d258cea6.tar.bz2 dotfiles-d90a88556bbd704ca9cccdb6e225d910d258cea6.zip |
Remove solargraph
Diffstat (limited to '.vim/after/plugin')
-rw-r--r-- | .vim/after/plugin/lsp.vim | 11 |
1 files changed, 0 insertions, 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({ |