Richard So
Richard So
Use Magnet HotKey class instead of `utils/HotKey.swift` for double control hotkey to work as intended (#595, #514). Additionally, implement an experimental patch to enable touch bar toggling on macOS Ventura...
## Description of changes Other VSCode discord rich presence plugins can detect and show an "idling" status, which neocord (and presence.nvim) lacked. Friends joke that I am on neovim for...
## Description I usually have 5+ Brave browser windows, each with ~10 tabs, open concurrently for my workflow. Coming back from Arc (with a similar workflow), I missed how I...
I personally have nvim-tree open at the right side, so the previous floating preview would block items below the current node being hovered. Here's an example (the preview hides the...
### What? If `persist_buffer_sort == true`, then before setting up the auto command we should also check to see that `global` is in `sessionoptions`. If not, we should insert it....