How to save coc plugins list? #4753
-
I uploaded my ~/.config/nvim directory to github, so that when I use a new PC, I clone it, and then lazy(my plug manager) will install and configure plugins for me. So I want to know, can I save the plugins list of Coc as a directory or a file? so that I can easily sync my config to another PC. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Check |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
thank you both! |
Beta Was this translation helpful? Give feedback.
Check
:h g:coc_global_extensions
, you can save extensions list to this, and coc.nvim will automatically install the missing/unfound extensions.