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:
parent
609f929b0d
commit
1a24c00a4f
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ brew bundle --file ${DOTFILES}/macos/Brewfile
|
|||
# gnupg is not really needed but marked as a dependency for pass
|
||||
brew unlink gnupg
|
||||
|
||||
# Install pynvim for nvim
|
||||
pip3 install --user pynvim
|
||||
|
||||
# Paths to openssl to build pecl extensions (swoole)
|
||||
export PATH="${HOMEBREW_PREFIX}/opt/openssl@3/bin:$PATH"
|
||||
export LDFLAGS="-L${HOMEBREW_PREFIX}/opt/openssl@3/lib"
|
||||
|
|
Loading…
Add table
Reference in a new issue