nyoom.nvim
nyoom.nvim copied to clipboard
first setup errors out
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
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)