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
1 changed files with 1 additions and 1 deletions
|
@ -9,10 +9,10 @@ default_roles:
|
||||||
- git
|
- git
|
||||||
- htop
|
- htop
|
||||||
- jq
|
- jq
|
||||||
|
- npm
|
||||||
- neovim
|
- neovim
|
||||||
- neovim-lsp
|
- neovim-lsp
|
||||||
- notion-app
|
- notion-app
|
||||||
- npm
|
|
||||||
- platformsh-cli
|
- platformsh-cli
|
||||||
- pv
|
- pv
|
||||||
- ripgrep
|
- ripgrep
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue