A script that helps find an LSP server and extract information needed to start using it.
When I want to add an LSP server for a new language, I often find myself searching for
available options, how to install them, and the correct name to use in vim.lsp.enable().
lspick helps answer these questions by locating a (likely existing) local clone
of the nvim-lspconfig repository and
extracting useful information such as the command name, homepage URL, and installation instructions.
