diff --git a/deploy.sh b/deploy.sh
index 7cd34fa..808f346 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 echo "Syncing user with nvim..."
-rsync --deploy --recursive $(dirname "$0")/nvim/ ~/.config/nvim 
+rsync --delete --recursive $(dirname "$0")/nvim/ ~/.config/nvim 
 
 echo "Syncing user with tmux..."
 echo "  Note: prefix + I for tmux setup"