From d9a9ffd3670ad2a3934afcdaee93aaff1c6dcf9e Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Mon, 5 Jun 2017 21:51:51 +0200 Subject: The tagbar plugin for vim requires ctags so add it to the optional dependencies. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 994dde8..ef056bf 100755 --- a/setup.sh +++ b/setup.sh @@ -279,7 +279,7 @@ configure_rtorrent() check_requirements() { local requirements="git make wget i3"; - local optional_deps="notify-send dunst pulseaudio scrot sudo redshift numlockx identify convert xclip"; + local optional_deps="notify-send dunst pulseaudio scrot sudo redshift numlockx identify convert xclip ctags"; local requirements_not_met=0; for cmd in ${optional_deps}; -- cgit v1.2.3-70-g09d2