copilot.lua
copilot.lua copied to clipboard
Is there any way to access the copilot suggestion in an autocommand?
I might be being dumb but I can't see any way to access a suggestion in the init.lua when it occurs. I wanted to automatically dismiss any suggestions under 5 characters.
Instead of an autocmd I think it makes sense to add this as a configuration, I could see people (me included) using a minimum characters limit.