aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/neovim.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-05 10:05:15 +0200
committerThomas Schmucker <ts@its1.de>2026-09-05 10:05:15 +0200
commit6889a8dd32cc7b2982bd46450bcb9654929023cb (patch)
treeb03e0f59c60b2d5718da2e91e1fac01170a4b96b /bootstrap/neovim.sh
parent84755d0981123ace06786b5477a73dbd39b1a9d6 (diff)
downloaddotfiles-6889a8dd32cc7b2982bd46450bcb9654929023cb.tar.gz
dotfiles-6889a8dd32cc7b2982bd46450bcb9654929023cb.tar.bz2
dotfiles-6889a8dd32cc7b2982bd46450bcb9654929023cb.zip
bootstrap/neovim: Benutze den versions-unabhängigen Namen für die Paketinstallation
Diffstat (limited to 'bootstrap/neovim.sh')
-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