mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
Revert one of the changes in the last commit
This commit is contained in:
parent
b329b572ae
commit
7c491bde98
|
@ -14,7 +14,7 @@ cloneNeovim() {
|
||||||
}
|
}
|
||||||
|
|
||||||
installNeovim() {
|
installNeovim() {
|
||||||
printf "%b\n" "${YELLOW}Installing Neovim...${RC}"
|
echo "Installing Neovim..."
|
||||||
case "$PACKAGER" in
|
case "$PACKAGER" in
|
||||||
pacman)
|
pacman)
|
||||||
$ESCALATION_TOOL "$PACKAGER" -S --needed --noconfirm neovim ripgrep fzf python-virtualenv luarocks go shellcheck
|
$ESCALATION_TOOL "$PACKAGER" -S --needed --noconfirm neovim ripgrep fzf python-virtualenv luarocks go shellcheck
|
||||||
|
|
Loading…
Reference in New Issue
Block a user