From e472e42dc15166fcbc48f815f2ccabc89a15ad81 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 8 Jun 2021 18:31:27 -0700 Subject: [PATCH] Switch to universal-ctags --- recipes/default/packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/default/packages b/recipes/default/packages index e4b2f2a..f510f20 100755 --- a/recipes/default/packages +++ b/recipes/default/packages @@ -7,7 +7,7 @@ sudo_package_update # that I wish to bootstrap. If not a dev environment, I can trim out some of this. # Packages that are pretty much the same treatment or names in all systems -packages="tmux htop curl wget mercurial ctags tig pv jq fish mosh bash-completion doxygen shellcheck" +packages="tmux htop curl wget mercurial universal-ctags tig pv jq fish mosh bash-completion doxygen shellcheck" # Manager specific packages case "$PACKAGE_MANAGER" in