Zeioth

Results 198 comments of Zeioth
trafficstars

@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 ![screenshot_2024-06-09_22-11-29_743264094](https://github.com/Zeioth/markmap.nvim/assets/3357792/99034824-5077-48e2-a4ea-e90b355fbe10)

But that error come from markmap itself. ![screenshot_2024-06-09_22-15-33_069407616](https://github.com/Zeioth/markmap.nvim/assets/3357792/52e04e5e-edbf-4890-80b3-2cafe55baafe) 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)...