nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

update-scripts: Add a script to search for nvim-lspconfig server packages

Open traxys opened this issue 1 year ago • 3 comments

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.

traxys avatar Oct 08 '24 20:10 traxys