diff options
Diffstat (limited to '.vim/after/plugin/lsp.vim')
-rw-r--r-- | .vim/after/plugin/lsp.vim | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim index 4bc1a0f..c2293f1 100644 --- a/.vim/after/plugin/lsp.vim +++ b/.vim/after/plugin/lsp.vim @@ -56,13 +56,13 @@ if executable('godot') endif " https://github.com/mickael-menu/zk -if executable('zk') - au User lsp_setup call lsp#register_server({ - \ 'name': 'zk', - \ 'cmd': {server_info->['zk', 'lsp']}, - \ 'allowlist': ['markdown'], - \ }) -endif +" if executable('zk') +" au User lsp_setup call lsp#register_server({ +" \ 'name': 'zk', +" \ 'cmd': {server_info->['zk', 'lsp']}, +" \ 'allowlist': ['markdown'], +" \ }) +" endif if executable('rust-analyzer') au User lsp_setup call lsp#register_server({ |