mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
Fix confirmation not setting booleans
This commit is contained in:
@@ -6,7 +6,7 @@ else
|
||||
languages=$(gum choose "${AVAILABLE_LANGUAGES[@]}" --no-limit --height 10 --header "Select programming languages")
|
||||
fi
|
||||
|
||||
install_extras=$(gum confirm "Would you like to enable the LazyVIM extras plugins (if available) too?")
|
||||
install_extras=$(gum confirm "Would you like to enable the LazyVIM extras plugins (if available) too?" && echo true || echo false)
|
||||
|
||||
enable_lazyvim_extras() {
|
||||
local config_file="$HOME/.config/nvim/lazyvim.json"
|
||||
|
||||
Reference in New Issue
Block a user