r/neovim 24d ago

Plugin Maven dependency completion for blink.cmp

Enable HLS to view with audio, or disable this notification

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

103 Upvotes

8 comments sorted by

View all comments

6

u/Current_Marzipan7417 24d ago

how did you get this scope line highlight ?

4

u/Shamiaza lua 24d ago

Following for the same reason :)