wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.72k stars 263 forks source link

Fresh Install Of Neovim and Packer: Not Able to PackerSync #1270

Closed mikeyT42 closed 3 months ago

mikeyT42 commented 3 months ago

Discussed in https://github.com/wbthomason/packer.nvim/discussions/1268

Originally posted by **mikeyT42** March 2, 2024 I am following thePrimeagen's tutorial for setting up Neovim from scratch and I am unable to run :PackerSync. ![Screen Shot 2024-03-02 at 10 34 29 PM](https://github.com/wbthomason/packer.nvim/assets/15900384/1e4d9a28-e4a2-47a7-b079-fe785108c77c) I have cloned the repo according to the instructions, and while inside packer.lua I :so and then try to run :PackerSync with the error shown. The logs don't show an error. Is the red text supposed to be there when the plugin is up-to-date? From the video I see it just says it's up-to-date. I am on MacOSX 10.15.7 and running an intel chip. ``` NVIM v0.9.5 Build type: Release LuaJIT 2.1.1703358377 system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/local/Cellar/neovim/0.9.5/share/nvim" Run :checkhealth for more info ``` I have XCode 12.4 installed, so those are my newest compilers. Any help in understanding this error would be great.