We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598ffa8 commit d4b422fCopy full SHA for d4b422f
core/tabs/applications-setup/developer-tools/neovim.sh
@@ -27,7 +27,7 @@ installNeovim() {
27
"$ESCALATION_TOOL" mv /tmp/nvim.appimage /usr/local/bin/nvim
28
;;
29
dnf|zypper)
30
- "$ESCALATION_TOOL" "$PACKAGER" install -y neovim ripgrep fzf python3-virtualenv *luarocks golang ShellCheck git
+ "$ESCALATION_TOOL" "$PACKAGER" install -y neovim ripgrep fzf python3-virtualenv -- *luarocks golang ShellCheck git
31
32
apk)
33
"$ESCALATION_TOOL" "$PACKAGER" add neovim ripgrep fzf py3-virtualenv luarocks go shellcheck git
0 commit comments