mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-09-01 08:15:20 +02:00
minor-installer-fix: remove install argument from pacman (#231)
This commit is contained in:
parent
6096fe5650
commit
dd70434857
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ installonubuntu() {
|
||||||
}
|
}
|
||||||
|
|
||||||
installonarch() {
|
installonarch() {
|
||||||
sudo pacman -S install ripgrep fzf ranger
|
sudo pacman -S ripgrep fzf ranger
|
||||||
which yay >/dev/null && yay -S python-ueberzug-git || pipinstallueberzug
|
which yay >/dev/null && yay -S python-ueberzug-git || pipinstallueberzug
|
||||||
pip3 install neovim-remote
|
pip3 install neovim-remote
|
||||||
npm install -g tree-sitter-cli
|
npm install -g tree-sitter-cli
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue