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'
|
echo '[INFO] Neovim installed'
|
||||||
|
|
||||||
if [[ "$WITH_NEOVIM_DEPENDENCIES" == 'yes' ]]; then
|
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
|
fi
|
||||||
else
|
else
|
||||||
echo '[INFO] Neovim already installed'
|
echo '[INFO] Neovim already installed'
|
||||||
|
@ -39,4 +39,4 @@ if [[ "$WITH_NEOVIM" == 'yes' ]]; then
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo '[INFO] WITH_NEOVIM not equals to yes. Ignoring...'
|
echo '[INFO] WITH_NEOVIM not equals to yes. Ignoring...'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue