File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 22# https://github.com/junegunn/vim-plug/wiki/faq#shouldnt-vim-plug-update-itself-on-plugupdate-like-vundle
33vim +PlugUpgrade +qall || exit " $? "
44vim +PlugUpdate +qall || exit " $? "
5- # https://github.com/neoclide/coc.nvim/issues/2945
6- vim +CocUpdateAsyncWaitThenQuit || exit " $? "
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ nerd-fonts-complete # this package is way too big
4646pygtk # unmaintained
4747memoize # replaced by memoize-rust
4848grunt-cli # unused
49+ watchman-bin # https://github.com/neoclide/coc-tsserver
4950
5051texlive-fontsextra # TeX Live - all sorts of extra fonts
5152texlive-formatsextra # TeX Live - collection of extra TeX 'formats'
Original file line number Diff line number Diff line change @@ -18,5 +18,4 @@ python-colored
1818python-pypdf
1919python-inotify
2020emojify
21- watchman-bin # https://github.com/neoclide/coc-tsserver
2221gmime
You can’t perform that action at this time.
0 commit comments