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 e1a9112..11059e2 100755
--- a/bootstrap/neovim.sh
+++ b/bootstrap/neovim.sh
@@ -163,7 +163,7 @@ install_lsp() {
163 install_pkg shellcheck shellcheck 163 install_pkg shellcheck shellcheck
164 ;; 164 ;;
165 FreeBSD) 165 FreeBSD)
166 install_pkg ansible-lint py-ansible-lint 166 install_pkg ansible-lint sysutils/py-ansible-lint
167 install_pkg shellcheck hs-ShellCheck 167 install_pkg shellcheck hs-ShellCheck
168 ;; 168 ;;
169 esac 169 esac