config_query_option GEANY_PLUGINS_OPTS "Build Addons plugin (tasks, systray, etc.)?" y \
                                       "--enable-addons" \
                                       "--disable-addons" &&

config_query_option GEANY_PLUGINS_OPTS "Build CodeNav plugin?" y \
                                       "--enable-codenav" \
                                       "--disable-codenav" &&

config_query_option GEANY_PLUGINS_OPTS "Build GeanyDoc plugin?" y \
                                       "--enable-geanydoc" \
                                       "--disable-geanydoc" &&

config_query_option GEANY_PLUGINS_OPTS "Build GeanyExtraSel plugin?" y \
                                       "--enable-geanyextrasel" \
                                       "--disable-geanyextrasel" &&

config_query_option GEANY_PLUGINS_OPTS "Build GeanyInsertNum plugin?" y \
                                       "--enable-geanyinsertnum" \
                                       "--disable-geanyinsertnum" &&

config_query_option GEANY_PLUGINS_OPTS "Build GeanyLipsum plugin?" y \
                                       "--enable-geanylipsum" \
                                       "--disable-geanylipsum" &&

config_query_option GEANY_PLUGINS_OPTS "Build GeanySendmail plugin?" y \
                                       "--enable-geanysendmail" \
                                       "--disable-geanysendmail" &&

config_query_option GEANY_PLUGINS_OPTS "Build GeanyPrj plugin?" y \
                                       "--enable-geanyprj" \
                                       "--disable-geanyprj" &&

config_query_option GEANY_PLUGINS_OPTS "Build GeanyVC plugin?" y \
                                       "--enable-geanyvc" \
                                       "--disable-geanyvc" &&

config_query_option GEANY_PLUGINS_OPTS "Build pretty-printer plugin?" y \
                                       "--enable-pretty_printer" \
                                       "--disable-pretty_printer" &&

config_query_option GEANY_PLUGINS_OPTS "Build ShiftColumn plugin?" y \
                                       "--enable-shiftcolumn" \
                                       "--disable-shiftcolumn" &&

config_query_option GEANY_PLUGINS_OPTS "Build Treebrowser plugin?" y \
                                       "--enable-treebrowser" \
                                       "--disable-treebrowser" &&

config_query_option GEANY_PLUGINS_OPTS "Build Updatechecker plugin?" n \
                                       "--enable-updatechecker" \
                                       "--disable-updatechecker"
