add unzip command to neovim
This commit is contained in:
parent
2d2e626541
commit
401d7fbbfa
1 changed files with 5 additions and 3 deletions
|
@ -17,8 +17,10 @@
|
||||||
stylua
|
stylua
|
||||||
sumneko-lua-language-server
|
sumneko-lua-language-server
|
||||||
actionlint
|
actionlint
|
||||||
|
unzip
|
||||||
];
|
];
|
||||||
extraPython3Packages = pyPkgs: with pyPkgs; [
|
extraPython3Packages = pyPkgs:
|
||||||
|
with pyPkgs; [
|
||||||
pip
|
pip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue