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 2b6bdf3 commit 5113e13
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions editor_setup
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ main(){
rm -rf env
}

# The installation function
install()
{
sleep $WAITLONG
pkg install -y $1
}


# Configure Neovim
configure_neovim()
{
Expand Down Expand Up @@ -62,11 +70,6 @@ configure_neovim()

}

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


# Configure COC on NVIM and enable language support
Expand Down

0 comments on commit 5113e13

Please sign in to comment.