This error comes while i open nvim
I copied config from my old pc and pasted to new pc, the same config worked in other pc
nvim-treesitter[rust]: Error during compilation /usr/bin/ld: cannot find -lstdc++
This error comes while i open nvim
I copied config from my old pc and pasted to new pc, the same config worked in other pc
nvim-treesitter[rust]: Error during compilation /usr/bin/ld: cannot find -lstdc++
You need to install GNU Standard C++ Library (libstdc++
).
You didn't mention your Linux distribution but on a Debian one, you can install the libstdc++
with command sudo apt install libstdc++6