fix(*): install npm before neovim LSP clients
LSP clients are installed globally via npm, so npm needs to be installed before the LSP clients.
This commit is contained in:
parent
0b92af8398
commit
95770552af
|
@ -9,10 +9,10 @@ default_roles:
|
|||
- git
|
||||
- htop
|
||||
- jq
|
||||
- npm
|
||||
- neovim
|
||||
- neovim-lsp
|
||||
- notion-app
|
||||
- npm
|
||||
- platformsh-cli
|
||||
- pv
|
||||
- ripgrep
|
||||
|
|
Loading…
Reference in a new issue