mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-19 05:24:19 +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")
|
languages=$(gum choose "${AVAILABLE_LANGUAGES[@]}" --no-limit --height 10 --header "Select programming languages")
|
||||||
fi
|
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() {
|
enable_lazyvim_extras() {
|
||||||
local config_file="$HOME/.config/nvim/lazyvim.json"
|
local config_file="$HOME/.config/nvim/lazyvim.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user