Gnik
Gnik
This is reproducible in my Windows machine. Using both Chrome and Firefox. @ornicar you might have navigated through the moves too quickly. There is a slight delay, at least on...
I do not have this issue anymore. I suspect it is fixed in the latest mesa driver (22.1.7-1 -> 22.2.1-1) @rbreaves @lombervid, can you confirm?
Thank you for taking an interest in the project. Make sure to read the CONTRIBUTING file before issuing a new PR.
I will do this. @MounikaPonugoti I can help you as well. I plan to heavily contribute, but will be unavailable for 20 days. My exams are coming up. After that...
The repository seems to be getting a lot of traction now. It would be better to set-up maintainers so that @tstreamDOTh doesn't have to handle everything. I would also suggest...
I'm sure you are already aware of this but this also applies to heading markers, list markers and so on.
## FEAT: Manually adding projects / Searching for projects This as been mentioned before by multiple people now. I personally dislike having to manage the list of projects manually. Or...
@sandersantema I am aware. But not everyone uses lazy.nvim or packer. Additionally, there is currently no breaking change. Everything works, apart from the annoying message at the start. Hopefully this...
@rwaltr Please note that you can *symlink* odd ball projects like this to a common directory and then include that as a workspace. So, symlink `~/.local/share/chemzoi` to `~/src/orphan_projects/chemzoi` and then...
Let me expand further on how the generator support would look like: ```lua projects = { -- from_workspace and from_search will be combined through the depth parameter -- depth ==...