-
|
There are 3 AI code completions in my nvim. Many background processes will be spawned when I open a file. but I mostly read code, not write it. So code completion is not used at all at this time. Is there a way to set the AI-code-completions to load manually when I want it, by manually entering commands, or by keying some keys? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
I found the |
Beta Was this translation helpful? Give feedback.
-
|
@wllenyj
Maybe someone finds the above mentioned info useful or tell us how to improve it. edit: extended info and sources |
Beta Was this translation helpful? Give feedback.
-
|
I would like to manually load a plugin and don't care about being able to unload it - I can just restart neovim, right? Is that possible and how? |
Beta Was this translation helpful? Give feedback.
I understand the user's request, but unfortunately, implementing a plugin toggle in the plugin manager is challenging. This is because it is not possible to revert the side effects caused by the plugin.