neoclide / coc-yaml

Yaml language server extension for coc.nvim
MIT License
248 stars 23 forks source link

Fix missing lockfile changes #11

Closed masaeedu closed 4 years ago

masaeedu commented 4 years ago

Changes to the lockfile should have been committed in neoclide/coc-yaml#10.

This is breaking updates via vim-plug when a post-update hook of yarn install --frozen-lockfile is used.

pappasam commented 4 years ago

I was about to file an issue but I see there's already a PR addressing this problem. Thanks!

pappasam commented 4 years ago

@bamzi since you were involved in the package.json bump, maybe you could quickly review this.