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