megabyte-labs / install.doctor

A glorious combination of application / theme settings and a performant cross-platform, desktop-oriented software suite.
https://megabyte.space
Other
102 stars 23 forks source link

Errors Encountered While Opening NVIM #79

Open ProfessorManhattan opened 1 year ago

ProfessorManhattan commented 1 year ago

❔ What are you experiencing an issue with?

Latest Release

❔ Version

N/A

🐞 Description

Encountered the following error when opening NVIM on macOS:

nvim-treesitter[lua]: Error during tarball extraction.
gzip: unknown compression format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

I also encountered this error during the provisioning process:

❯    Post Hook     nvim --headless -c 'quitall'
❯       CMD        Running post-install hook
E576: Failed to parse ShaDa file: extra bytes in msgpack string at position 3
Error detected while processing command line:
E138: All /Users/bzalewski/.config/vim/viminfo.tmp.X files exist, cannot write ShaDa file!

⏺️ Steps To Reproduce

No response

πŸ“’ Relevant Log Output

No response

πŸ’‘ Possible Solution

No response

enggnr commented 1 year ago

@ProfessorManhattan, I did not get an error during install. I had node installed already (using brew), not sure if that makes a difference.

The error related to viminfo has been fixed. This means that the history is not shared between vim and nvim, but that is the way things are.

enggnr commented 11 months ago

@ProfessorManhattan, this can be closed.