## 事象
[[nvim-lspconfig]]をインストールしているのに `:LspInfo` コマンドが見つからない。
### 環境
| 対象 | バージョン |
| ---------- | ------ |
| [[macOS]] | 15.7.4 |
| [[Neovim]] | 0.12.2 |
## 原因
不明。一応、エイリアスとして残してあるとの旨がREADMEにはある。
> - `:LspInfo` (alias to `:checkhealth vim.lsp`) shows the status of active and configured language servers.
>
> *[GitHub - neovim/nvim-lspconfig: Quickstart configs for Nvim LSP](https://github.com/neovim/nvim-lspconfig#commands)*
## 解決方法
[[checkhealthコマンド]]を使う。
```console
:checkhealth lsp
```