Skip to content

Commit

Permalink
Update editor_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
joy-joel authored Sep 20, 2023
1 parent 79bf755 commit 2b6bdf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions editor_setup
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ readonly WAITLONG=3
readonly WAITSMALL=1
####################

install()
{
sleep $WAITLONG
pkg install -y $1
}

# Install Neovim Code editor

Expand Down Expand Up @@ -67,6 +62,11 @@ configure_neovim()

}

install()
{
sleep $WAITLONG
pkg install -y $1
}


# Configure COC on NVIM and enable language support
Expand Down

0 comments on commit 2b6bdf3

Please sign in to comment.