Stephan Seitz

Results 462 comments of Stephan Seitz

> I wonder if highlighting alternate columns is actually possible. 🤔 yes, please! :slightly_smiling_face:

Can you reproduce with the example from https://github.com/nvim-treesitter/nvim-treesitter/issues/5195 ?

> I built nvim from source using cmake and built it for debug and tried to use gdb when the error occurs, but so far Im very unsure this is...

Since this seems to happen every time the newly compiled DLL gets loaded for the first time, could this be Microsoft's Windows defender uploading the DLL for scanning? Rust up...

> Recently I also started getting errors, here's one: > > ``` > 02:09:06 PM msg_show Error executing lua callback: ...bob/nightly/nvim-linux64/share/nvim/runtime/filetype.lua:21: Error executing lua: ...bob/nightly/nvim-linux64/share/nvim/runtime/filetype.lua:22: BufReadPost Autocommands for "*"..FileType Autocommands...

@amaanq why did we close this? We didn't really find the SEGFAULT. Because we can't reproduce?

> Wasn't it because it's an issue with nvim-ts-rainbow2? Although the segfault does hint at something beyond that, my bad nvim-ts-rainbow2 was unrelated. It just errored out. The segfault must...

I think the differentiation between definition and usage would be a good fit when we can support it more generally (e.g. also for parameters via locals). It would be good...

maybe relevant https://github.com/UserNobody14/tree-sitter-dart/pull/47

Can you compile Neovim with debug symbols and attach gdb to the PID of the child process (typically, there would be two nvim processes? Use the one with the higher...