diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 48faff0..fb1cfae 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -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 diff --git a/requirements.txt b/requirements.txt index da181cc..9784b31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1 @@ -jedi -pipx https://github.com/shkumagai/pygments-style-solarized/archive/refs/tags/0.2.0.tar.gz -pynvim