removed packages from requirements.txt
This commit is contained in:
parent
873294ed35
commit
28eb9a7386
2 changed files with 3 additions and 3 deletions
|
@ -29,6 +29,8 @@ apt-get update \
|
|||
neovim \
|
||||
nodeenv \
|
||||
python3 \
|
||||
python3-jedi \
|
||||
python3-neovim \
|
||||
python3-pygments \
|
||||
python3-venv \
|
||||
ranger \
|
||||
|
@ -38,6 +40,7 @@ apt-get update \
|
|||
&& apt-get install --no-install-recommends -y \
|
||||
firejail \
|
||||
firejail-profiles \
|
||||
python3-pipx \
|
||||
&& apt-file update
|
||||
|
||||
# node related
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
jedi
|
||||
pipx
|
||||
https://github.com/shkumagai/pygments-style-solarized/archive/refs/tags/0.2.0.tar.gz
|
||||
pynvim
|
||||
|
|
Loading…
Reference in a new issue