Jędrzej Boczar

Results 33 comments of Jędrzej Boczar

With https://github.com/jedrzejboczar/possession.nvim/pull/7 by @wasden already merged, automatic save functionality should work without issues. As for auto restore, I hope I will implement it somewhere soon. > Even now, when doing...

I believe that `get_node_at_line(root, prevnonblank-1)` is correct. Subtraction is due to different line indexing in treesitter and in vim. Line numbers in vim start from 1 and in treesitter -...

And the issue you mentioned about Python is also probably due to `get_node_at_line` going from the left. There is a zero-length `block` node that we would like to land on...

Ah, ok, I think I understand it now, thanks for clearing this up.

When looking for `tRCD`, `tRP` and `tRC` for our modules both SPD data and values in the module datasheet are the same, but it seems to me that those values...

As far as I know there are no official boards available yet, unfortunately.

Yes, this sounds like a good approach. I'm currently working on a simplified version with parallel-only commands and single-WORD reads/writes, that uses STB only to start a parallel command and...

@WaymanH I'm not working on this project anymore and this response is probably too late, but anyway: judging from the log error `as: unrecognized option '--gdwarf-5'` it's probably an old...

> @jedrzejboczar so it can't be _instead of_ since that is a major breaking change for this plugin, it would have to be _also_ taking a list the same way...

There is probably no good solution to store this information via `mksession`, at least I cannot think of any. One option is to offload this responsibility to session management plugins....