aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/neovim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/neovim.sh b/bootstrap/neovim.sh
index 3d92af0..1508401 100755
--- a/bootstrap/neovim.sh
+++ b/bootstrap/neovim.sh
@@ -105,7 +105,7 @@ install_prerequisites() {
105 install_pkg pipx pipx 105 install_pkg pipx pipx
106 ;; 106 ;;
107 FreeBSD) 107 FreeBSD)
108 install_pkg pipx py-pipx 108 install_pkg pipx devel/py-pipx
109 ;; 109 ;;
110 esac 110 esac
111} 111}