Robitx / gp.nvim

Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI]
MIT License
537 stars 49 forks source link

Popup window covers coc.nvim completion menu #132

Open tanloong opened 2 months ago

tanloong commented 2 months ago

Both coc's completion menu and gp's popup window use the default zindex 50 (:h nvim_open_win()). We might need a zindex config option to allow setting a slightly lower value than coc's.

50 zindex 49 zindex
image image