Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first setup errors out #147

Open
ostap-tymchenko opened this issue Jul 21, 2023 · 2 comments
Open

first setup errors out #147

ostap-tymchenko opened this issue Jul 21, 2023 · 2 comments

Comments

@ostap-tymchenko
Copy link

First setup always errors out (i tried a couple of times)
image

when trying to use command nyoom it fails to execute, and i can still see and use the commands Packer* like PackerSync
also im using neovim v0.9.1 with git and Ripgrep installed

@rktjmp
Copy link

rktjmp commented Aug 5, 2023

Looks like you're missing a cpp compiler so treesitter cant build. Generally linux distros have a package called build-tools or build-essentials that should include it. Try searching for install gcc clang <your distro>.

@shaunsingh
Copy link
Collaborator

Disabling the tree-sitter module in the short term would help, but yeah you'd need a c-compiler of some sort to compile the parsers (or, you can install them via your package manager)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants