aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/lsp.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-17 00:40:12 +0800
committerGuangxiong Lin <[email protected]>2023-11-17 00:40:12 +0800
commit49b33aeaede7e77b084696cbc286b69260845542 (patch)
treefc66aea0cca67281815ed9cce97c74a2e9810dec /.vim/after/plugin/lsp.vim
parent39c8b27c342442e585e0729982bdb82a95bc2e6c (diff)
downloaddotfiles-49b33aeaede7e77b084696cbc286b69260845542.tar.gz
dotfiles-49b33aeaede7e77b084696cbc286b69260845542.tar.bz2
dotfiles-49b33aeaede7e77b084696cbc286b69260845542.zip
Update config on ruby and tags
Diffstat (limited to '.vim/after/plugin/lsp.vim')
-rw-r--r--.vim/after/plugin/lsp.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim
index 445df77..be41ceb 100644
--- a/.vim/after/plugin/lsp.vim
+++ b/.vim/after/plugin/lsp.vim
@@ -57,17 +57,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({