zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.64k stars 75 forks source link

copilot.suggestion.is_active() #159

Closed pseudocc closed 1 year ago

pseudocc commented 1 year ago

can be used to implement a fallbackable keymap.

pseudocc commented 1 year ago

<Tab> is not working on extendtab

MunifTanjim commented 1 year ago

There's already require("copilot.suggestion").is_visible(). Check this: https://github.com/zbirenbaum/copilot.lua/discussions/153#discussioncomment-5701223

pseudocc commented 1 year ago

There's already require("copilot.suggestion").is_visible(). Check this: #153 (comment)

Cool, somehow I just failed to notice this, thank you.