chore(macos): remove pynvim install

This is unused, since we are using lua plugins now and also does not work anymore, because Homebrew follows PEP668, which discourages installing packages without the package manager or outside of a venv.
This commit is contained in:
Saibotk 2024-03-20 21:41:37 +01:00
parent 609f929b0d
commit 1a24c00a4f
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -28,9 +28,6 @@ brew bundle --file ${DOTFILES}/macos/Brewfile
# gnupg is not really needed but marked as a dependency for pass # gnupg is not really needed but marked as a dependency for pass
brew unlink gnupg brew unlink gnupg
# Install pynvim for nvim
pip3 install --user pynvim
# Paths to openssl to build pecl extensions (swoole) # Paths to openssl to build pecl extensions (swoole)
export PATH="${HOMEBREW_PREFIX}/opt/openssl@3/bin:$PATH" export PATH="${HOMEBREW_PREFIX}/opt/openssl@3/bin:$PATH"
export LDFLAGS="-L${HOMEBREW_PREFIX}/opt/openssl@3/lib" export LDFLAGS="-L${HOMEBREW_PREFIX}/opt/openssl@3/lib"