hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
7.47k stars 370 forks source link

feat: support completion in terminal mode #1805

Closed willothy closed 5 months ago

willothy commented 5 months ago

An attempt / POC of making completion work in terminal mode. Currently working with cmp-buffer.

closes #1219 (maybe)

https://github.com/hrsh7th/nvim-cmp/assets/38540736/7403a798-9bc9-4380-97f3-373a269a87ae

willothy commented 5 months ago

Closing as I didn't end up finding this particularly useful in terminal mode (builtin zsh completion works better for now), but was still an interesting attempt. Would maybe be more useful if it would work with other sources than buffer and path since builtin completions do those very well already. Copilot could be interesting, but I wasn't able to get that working.