nvim-neorg / neorg

Modernity meets insane extensibility. The future of organizing your life in Neovim.
GNU General Public License v3.0
6.47k stars 213 forks source link

feature(core.completion): add support for blink.cmp #1603

Open Frestein opened 3 hours ago

Frestein commented 3 hours ago

Issues

Feature description

I’m using blink.cmp for completion, but I noticed it’s not supported. Could you please add support for blink.cmp?

Help

No

Implementation help

No response

max397574 commented 2 hours ago

I'd recommend to use neorg-interim-ls anyways that just creates and lsp server for the completions which is completion engine independent

https://github.com/benlubas/neorg-interim-ls

Frestein commented 2 hours ago

I'd recommend to use neorg-interim-ls anyways that just creates and lsp server for the completions which is completion engine independent

https://github.com/benlubas/neorg-interim-ls

Looks interesting! Thanks!