Fork me on GitHub
#practicalli
<
2024-06-03
>
dvorme22:06:35

Is this an appropriate forum to ask for help about Practicalli's astronvim distribution?

dvorme12:06:24

Thanks Johnny

dvorme12:06:35

I was getting lots of weird random stack traces and nothing was working.

dvorme12:06:50

The solution was to downgrade GCC to version 9.

dvorme12:06:21

(Well, almost nothing was working.) 🙂

dvorme12:06:35

Perhaps a note on the install page is worthwhile?

dvorme12:06:10

And/or a diagnostic on the healthcheck page?

practicalli-johnny13:06:10

Oh, thats an interesting bug, thanks for highlighting it. Some of the Treesitter parsers need to be compiled and so will use GCC or Clang (depending on operating system packages installed) I have been using the following versions successfully • MacOSX - clang version 15.0.0 • Linux (ubuntu): gcc version 11.4.0 • Termux (Android) - clang version 17.0.6 (I do have some issues, but I think these are lsp server issues rather than treesitter) Any further info you can share about which version of GCC / Clang work or do not work is most welcome, along with Operating System and version of Neovim Note: Nightly neovim may also have issues, so I always stick with the latest release of Neovim (usually a week or two after its released)