Server can ask the user a question with multiple choices via chat/askQuestion. eca-nvim has no handler — requests are silently dropped.
Work:
- Add handler for
chat/askQuestion notification
- Present choices via
vim.ui.select
- Send selected answer back to server
Server can ask the user a question with multiple choices via
chat/askQuestion. eca-nvim has no handler — requests are silently dropped.Work:
chat/askQuestionnotificationvim.ui.select