Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
631 stars 26 forks source link

Feature request: ctags support #56

Closed netmute closed 1 day ago

netmute commented 2 days ago

I'm one of the weirdos who uses ctags instead of an lsp, and it would be nice to have them show up as completion candidates.

Saghen commented 1 day ago

Seems like this should be implemented as an external source, rather than being in-tree. Closing this but would encourage anyone implementing this to link it here

netmute commented 1 day ago

I'd love to do it. Is there documentation or example code for external sources available?

netmute commented 19 hours ago

I tried to figure the API out by reading your internal source implementations. It's rather simplistic at the moment, but it works: https://github.com/netmute/blink-cmp-ctags