mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Update core/tabs/applications-setup/Developer-tools/neovim-setup.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
58e671494b
commit
6283ee9afa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user