Any tips to checking coc.vim plugins into dotfiles repositories? The plugin manager (:CocInstall
) is great, but I’d like to be able to install my whole setup in as few steps as possible in the future, so I’d prefer not to have to remember to install these separately.
From my investigation so far, it looks like I’ll have to check the coc data directory in, then .gitignore everything but package.json, thennpm install
them after checking out my dotfiles on a new machine.