nyoom.nvim icon indicating copy to clipboard operation
nyoom.nvim copied to clipboard

first setup errors out

Open ostap-tymchenko opened this issue 2 years ago • 2 comments

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

ostap-tymchenko avatar Jul 21 '23 00:07 ostap-tymchenko

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>.

rktjmp avatar Aug 05 '23 04:08 rktjmp

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)

shaunsingh avatar Aug 30 '23 22:08 shaunsingh