diff --git a/scripts/tools/neovim/install.sh b/scripts/tools/neovim/install.sh index f1b5446..ce6c4e2 100755 --- a/scripts/tools/neovim/install.sh +++ b/scripts/tools/neovim/install.sh @@ -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 \ No newline at end of file +fi