Skip to content

Commit

Permalink
fix: remove nvim trace (#16)
Browse files Browse the repository at this point in the history
* fix: remove nvim trace

* chore: bump version

* fix: rename nvim function call
  • Loading branch information
juliantellez authored Aug 25, 2020
1 parent 53107c5 commit acc14d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion dependencies/nvim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ copy_vim_plug_configuration () {
fi
}

copy_vim_plug_configuration /Users/juliantellez/github/juliantellez/up/config/nvim/init.vim
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ steps(){

step "Config: nvim"
install_vim_plug
copy_nvim_configuration $(pwd)/config/nvim/init.vim
copy_vim_plug_configuration $(pwd)/config/nvim/init.vim

step "Config: mac"
configure_mac
Expand Down
2 changes: 1 addition & 1 deletion utils/version.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
UP_VERSION="0.2.0"
UP_VERSION="0.2.1"

0 comments on commit acc14d2

Please sign in to comment.