-
Is there a way to load all the extensions that are not loaded using a command or a function? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
What vim version? |
Beta Was this translation helpful? Give feedback.
-
WorkaroundCurrently, I use a "workspace"-like approach. For an example, see my lazy loaded nvim plugins config. |
Beta Was this translation helpful? Give feedback.
Workaround
Currently, I use a "workspace"-like approach.
I load Coc extensions based on all the files in the current directory instead of only the file opened. Then, when the current directory changes I check and reload Coc if needed. So, Coc does not need to be reloaded when I open any other files in the current directory.
For an example, see my lazy loaded nvim plugins config.