Jonáš Dujava

Results 29 issues of Jonáš Dujava

According to: https://neomutt.org/guide/reference.html#3-380-%C2%A0realname https://neomutt.org/guide/reference.html#3-480-%C2%A0spoolfile

### Description In NeoVim, `(vimtex-env-change)` uses different input method (it is probably `legacy` input prompt) compared to `(vimtex-cmd-change)` (which uses by default `nvim` popup menu). ### Steps to reproduce 1....

bug

## Expected Behaviour Invoking `complete-query` in `save-entry` (called from Attachments view) shouldn't emit runtime error message. ## Actual Behaviour When pressing `` (trying to invoke complete via binding `bind editor...

type:bug

Problem: Selection can be sometimes unnecessarily big (mainly when working zoomed in). It would be suitable to have a preference setting for selection padding, such that one can adjust it...

### Is Your Feature Request Related to a Problem? Image pasted from the clipboard is often overly big and I need to resize it manually (essentially the same as #4183,...

enhancement

~Now it is possible to disable AutoTrigger in the current buffer by setting the buffer variable `b:UltiSnipsAutoTrigger = 0`.~ Now it is possible to disable AutoTrigger via global variable `g:UltiSnipsAutoTrigger`,...

It took me some time to realize I should CamelCase the `inlay_hints` options when passing them to `TexLab` LSP, something like ```lua inlayHints = { labelDefinitions = false, labelReferences =...

Macros I have in mind are already supported by `texlab`, see `"...Copy"` commands in https://github.com/latex-lsp/texlab/commit/e4bcc7f9c961826916b45f31d7804312cdf8f8e8. I am not sure how to best adapt the grammar for them, since these `"...Copy"`...

- after EXPAND_ALL the current row can be out of view, so scroll to it - COLLAPSE_ALL previously always shifted selected row to the top, now it stays put similarly...

As of now, we have the following behavior: - `expand-all` can lead to current row being out of view. - collapsing with `collapse-all` always jumps to the first row I...