1
0
Fork 0

Add neovim dependency

This commit is contained in:
Florian RICHER 2022-01-05 23:05:09 +01:00
parent 93fa7905c5
commit eace10fb13

View file

@ -6,7 +6,7 @@ if [[ "$WITH_NEOVIM" == 'yes' ]]; then
echo '[INFO] Neovim installed'
if [[ "$WITH_NEOVIM_DEPENDENCIES" == 'yes' ]]; then
install_package ripgrep fd dart lazygit rust-analyzer lldb
install_package ripgrep fd dart lazygit rust-analyzer lldb python-neovim
fi
else
echo '[INFO] Neovim already installed'