mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.27k stars 229 forks source link

`:LspManageServers` doesn't show all LSP servers #664

Open yutaroishiwata opened 1 year ago

yutaroishiwata commented 1 year ago

Screenshot 2023-03-27 at 12 11 43

mattn commented 1 year ago

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

yutaroishiwata commented 1 year ago

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

mattn commented 1 year ago

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.

yutaroishiwata commented 1 year ago

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