Zeioth
Zeioth
@MarcoBuess It doesn't seem to be working correctly currently: ## Manual test * Open two .md files * Run `:MarkmapWatch` on one of them. * Close the buffer. * Run...
still repro on nodejs 20 and also nodejs 22 
But that error come from markmap itself.  I'm gonna report it and see what happens
Waiting for feedback: https://github.com/markmap/markmap/issues/250
This is the expected behavior, and the simple solution is to just increase the default `grace_period` from 1h to what you need. But if you see it's not gonna increase...
Add this to your ~/.profile to set any cursor size you want. ``` export QT_SCALE_FACTOR=2.6 export ELM_SCALE=2.6 export GDK_SCALE=2.6 export XCURSOR_SIZE=108 ``` It's applyed when the session starts. But you...
My current error running: curl -sSL https://raw.githubusercontent.com/Duckonaut/hyprload/main/install.sh | bash is ``` [6/7] Installing hyprload make: Entering directory '/home/zeioth/.local/share/hyprload/src' g++ -c -o obj/HyprloadConfig.o src/HyprloadConfig.cpp -g -fPIC --no-gnu-unique -std=c++23 -I "/usr/include/pixman-1" -I...
Bump: The ability to exclude buffers based on their filetype is critical. Otherwise `:mksession` will save stuff that can't be restored, making it useless in most scenarios. This feature would...
At least change it to `bug` so people know it needs to be fixed; This issue is preventing any Neovim session with a `nofile` buftype from saving correctly.
Thank you for the PR @AdelSehic We currently provide: * **vim bookmarks**: The same thing harpoon does, but file focused instead of project focused. (`m` to save, `'` to go)...