nixvim
nixvim copied to clipboard
update-scripts: Add a script to search for nvim-lspconfig server packages
This script generates a list on stdout of possible matches for nvim-lspconfig servers.
It can't easily generate something more advanced because a lot of lsp servers have false positives, for example groovy's default command is java -jar ....., this would match the java package, not the groovy language server.