Same old commit
This commit is contained in:
parent
a569a99154
commit
c79428b0cf
1 changed files with 2 additions and 2 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 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
|
||||
|
|
Loading…
Reference in a new issue