You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First setup always errors out (i tried a couple of times)
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
The text was updated successfully, but these errors were encountered:
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>.
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)
First setup always errors out (i tried a couple of times)
when trying to use command
nyoom
it fails to execute, and i can still see and use the commandsPacker*
likePackerSync
also im using neovim v0.9.1 with git and Ripgrep installed
The text was updated successfully, but these errors were encountered: