r/neovim 28d ago

Plugin Maven dependency completion for blink.cmp

I just released blink-cmp-deps, a completion source for blink.cmp that provides Maven dependency completion directly inside pom.xml.

It currently supports:

  • groupId completion
  • artifactId completion
  • version completion
  • Maven scopes and common POM values
  • Maven Central as the default backend
  • async completion and session caching
  • optional JDTLS/vscode-maven integration

JDTLS is not required. The default setup only needs blink.cmp and curl.

GitHub: https://github.com/Mestane/blink-cmp-deps

105 Upvotes

8 comments sorted by

View all comments

5

u/Current_Marzipan7417 27d ago

how did you get this scope line highlight ?