Replies: 2 comments 2 replies
Due to the way The recommended practice is to remove If you wish to lazy-load |
There is a typo in your config. It should be |
Due to the way The recommended practice is to remove If you wish to lazy-load |
There is a typo in your config. It should be |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm using Lazy as my plugin manager. Here is my minuet-ai config:
Firstly, when starting Neovim Lazy reports minuet-ai as loaded. Ie, it is not lazy loading. However it doesn't auto enable any AI completion suggestions. If I run
:Minuet virtualtext enableit enables it for the current buffer, and when I next enter insert the connection to the model appears to establish as report by Lualine (config for this I didn't show above). AI suggestions are subsequently shown. My understanding was thatvirtualText.auto_trigger_ftof*should auto enable this for all filetypes but I'm not seeing this.The second issue is that none of the virtualText keymaps appear to work. When an AI suggestion is shown, I cannot accept it.
How can I configure this plugin to enable for all file types automatically, and how do I make the keymaps work so I can interact with the AI suggestions?
Thanks
All reactions