vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

`:LspManageServers` doesn't show all LSP servers

Open yutaroishiwata opened this issue 2 years ago • 4 comments

Screenshot 2023-03-27 at 12 11 43

yutaroishiwata avatar Mar 27 '23 03:03 yutaroishiwata

What do you mean "all" ? The entries in settings.json ?

mattn avatar Mar 27 '23 05:03 mattn

My understanding is that the :LspManageServers command shows all supported LSP servers, is that wrong?

yutaroishiwata avatar Mar 27 '23 05:03 yutaroishiwata

Yes. However, some LSP servers require commands for installation. For example, typescript-language-server require npm command. Probably, the missing servers are not shown since you dont have the command.

mattn avatar Mar 27 '23 06:03 mattn

The npm command is already installed. By the way, I am using Mac vim, and vim started from the terminal showed the required LSP server. I don't think this is a plugin issue, so you can close this issue. If you have any ideas as to the cause, it would be greatly appreciated if you could let me know.

:version Mac vim Screenshot 2023-03-27 at 15 50 54 :version Vim from terminal Screenshot 2023-03-27 at 15 51 11

yutaroishiwata avatar Mar 27 '23 07:03 yutaroishiwata