Nathan Lanza
Nathan Lanza
I find the the current highlighting setup pretty confusing as a folded level1 has the same color as a folded level2 node yet a different color as an unfolded level1...
I have a `ModalInput` that mimics the base `Input` but has vim-like normal and insert modes. I currently only differentiate between the two states via an `INS` to the right...
I think a neat quick little view could be just a popup window at the cursor without the context for jumping to known targets. I use `vim-ccls` which used a...
I'm working on a plugin for debugging functionality and trying to optimize some of the code paths. One problem we have is that there doesn't seem to be a way...
When you use a debugger in an IDE the IDE itself is the entity that owns the breakpoints. So when you click in the gutter and add a little red...
I'm not sure what the cause was, but I ended up with an entry in my file list that was just some regex pattern. So the processing in this loop...
The current `diagnostic.virtualTextWinCol` option lets you select a fixed location for the insertion of virtual text diagnostics. However, it would be nice to be able to more wisely use the...
e.g. with ``` * Incubate ** Buy house :PROPERTIES: :ID: Buy-house-2023-07-10-01-51-15 :ORG_GTD_TIMESTAMP: :END: ``` How can one go about finding that this is missed without manually auditing the todo file?...
In a world where Apple added a black box in the middle of the menu bar that incredulously just hides menu bar icons without letting the user know they are...