Yochem van Rosmalen

Results 47 issues of Yochem van Rosmalen

Is it possible to combine the fold and sign column? Here's an example: I hacked it together, but it does not work very well yet. E.g., the clicking can only...

Lazy.nvim or other version-control based package managers break after installing this plugin and building the static files with `make`: ``` ● fzy-lua-native 0.25ms  care.nvim You have local changes in...

Minimal Lua version of Vim's matchit plugin that is treesitter-aware but supports syntax as fallback. *WIP* ## TODO - [ ] Jump to unmatched group `]%` `[%` - [ ]...

Problem: Default spellfile location is rtp[0]/spell/ which is inconsistent and does not conform to the XDG base spec. Solution: If 'spellfile' is unset, use `stdpath("data") .. "/spell/"` as default. Closes:...

spell

### Problem Currently, the default behavior of `'spellfile'` is to use the first directory in the runtimepath that is writable (which generally is `stdpath('config')` I think?). Using the XDG data...

spell

This is just a suggestion, feel free to close this if it's not desired. Using comments in the query editor feels old school, and we currently have a better solution...

treesitter

TL;DR: POC of markdown generated website in https://github.com/yochem/jqdocs. This proposes to continue the incredible work done in https://github.com/jqlang/jq/pull/3189, to convert the documentation fully to markdown and drop the custom python...

docs

The current web pages for the docs do not have a icon in the tab bar. This can be fixed in three ways: 1. Like all pages in the hammerspoon.github.io...

Thanks for creating this really pretty TUI markdown presenter. I saw that a PR had been merged for defining footnotes, but I couldn't find my footnote definitions. Turns out they're...

The [OSC9;4 progress bar sequence](https://learn.microsoft.com/en-us/windows/terminal/tutorials/progress-bar-sequences) could be used to have a UI-native progress bar, simply set to `round(current slide index / total slides)`. Supporting terminals are at least the Windows...