You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been struggling this morning trying to write an autocommand that enters in insert mode on BufEnter for neoai-prompt buffers; however, have not been fruitful. It seems like there is something async happening that makes this difficult.
Thanks for your consideration
The text was updated successfully, but these errors were encountered:
This works for me, define a mapping to open NeoAI and then type 'i' afterwards to enter insert mode: ["<leader>na"] = { ":NeoAI<CR>i", "Smart toggle NeoAI window" },
This would be a huge ergonomic improvement.
Been struggling this morning trying to write an autocommand that enters in insert mode on BufEnter for neoai-prompt buffers; however, have not been fruitful. It seems like there is something async happening that makes this difficult.
Thanks for your consideration
The text was updated successfully, but these errors were encountered: