1
0
Fork 0

Same old commit

This commit is contained in:
Florian RICHER 2022-01-11 22:44:01 +01:00
parent a569a99154
commit c79428b0cf

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 python-neovim
install_package ripgrep fd dart lazygit rust-analyzer lldb python-neovim ctags
fi
else
echo '[INFO] Neovim already installed'
@ -39,4 +39,4 @@ if [[ "$WITH_NEOVIM" == 'yes' ]]; then
fi
else
echo '[INFO] WITH_NEOVIM not equals to yes. Ignoring...'
fi
fi