From c79428b0cfebc8c8e392d684a838437306055c13 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Tue, 11 Jan 2022 22:44:01 +0100 Subject: [PATCH] Same old commit --- scripts/tools/neovim/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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