Update core/tabs/applications-setup/Developer-tools/neovim-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
pika 2024-10-27 23:35:17 +01:00 committed by GitHub
parent 58e671494b
commit 6283ee9afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,8 +51,8 @@ linkNeovimConfig() {
ln -s "$gitpath/titus-kickstart/"* "$HOME/.config/nvim/" # Wild card is used here to link all contents of titus-kickstart.
}
askToClone() {
printf "%b\n" "${GREEN}Do you also want to install the TitusDotfiles for neovim? (Y/n): ${RC}"
dotsPrompt() {
printf "%b\n" "${GREEN}Do you want to install Titus' Neovim? (Y/n): ${RC}"
read -r _titusDots
case "$_titusDots" in
N | n)