Add neovim dependency
This commit is contained in:
parent
93fa7905c5
commit
eace10fb13
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue