call npm ci on coc install

This commit is contained in:
2025-06-19 16:13:54 +08:00
parent 9a8e04f76c
commit 202e0664e3

2
vimrc
View File

@ -51,7 +51,7 @@ Plug 'tpope/vim-repeat'
Plug 'Chiel92/vim-autoformat'
Plug 'tpope/vim-surround'
Plug 'elkowar/yuck.vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'neoclide/coc.nvim', {'branch': 'release', 'do': 'npm ci'}
Plug 'vim-airline/vim-airline'
call plug#end()