mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 15:20:54 +01:00
typo
This commit is contained in:
parent
1aef7e9a97
commit
0bbb88f6db
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ _setup_packer() {
|
|||
else
|
||||
printf "%s\n" "Installing packer"
|
||||
if [ -d ~/.local/share/nvim/site/pack/packer ]; then
|
||||
printf "%s\n" "Clearning previous packer installs"
|
||||
printf "%s\n" "Clearing previous packer installs"
|
||||
rm -rf ~/.local/share/nvim/site/pack
|
||||
fi
|
||||
_clone_packer
|
||||
|
|
Loading…
Add table
Reference in a new issue