nyngwang
nyngwang
The problem can be solved by storing all the tabby titles in an array using tab number(1~n) instead of tab handle, as keeping the ordering has nothing to do with...
Not sure if anyone still care this, but feel free to use mine:
@sntgluca Did you solve it/
@rj1 Your link is incorrect.
@theHamsta Hi bro if I omit `markdown_fenced_languages` would it mean that all filetypes are detected automatically? At current HEAD of nvim.
@MattIPv4 Did you find a workaround for it? I also wondering whether there is a better doc-generator for TypeScript. While JSDoc is still maintained, I found that so many years-old...
I also need this feature!
In my case it's not that complicated: 1. When I define `vim.keymap.set` I didn't provide any `desc` for it. 2. Instead I called `wk.register()` twice and made sure that `register_x`...
This problem emerges again on version [2023.419.0](https://github.com/ppy/osu/releases/tag/2023.419.0). (and strangely, it happened despite that I've disconnected the external screen) Fallback to version [2023.403.1](https://github.com/ppy/osu/releases/tag/2023.403.1) solves my problem.
Does this issue mean that `usage-pure` is still buggy and it should be avoided in production?