Justin Kroes
Justin Kroes
Expected behavior: With R_indent_commented=1, pressing \xx comments a line with '# ', then reindents it to align with indented code. Actual behavior: With R_indent_commented=1, extra spacing is inserted between the...
"M-x", "which-key-show-keymap", select any keymap. "C-h n" displays: f5 which-key-C-h-dispatch C-h which-key-C-h-dispatch [ paging/help] When which-key pops up automatically after a key is pressed, paging works normally.
### What did you expect to happen? With the ess, eval, and popup modules enabled: From within an R source code buffer, `+eval/open-repl-other-window` creates the `*R*` REPL buffer and displays...
:call CocAction('doHover') tends to be generic for numpy objects. E.g., numpy.add simply shows `add: ufunc`. I'm guessing this is related to either Jedi or numpy docstrings, so this may simply...
In the README, an example of variable completion is shown: In contrast, I haven't been able to replicate text wrapping in zsh on arm64 MacOS (homebrew installation).
Is :custom capable of setting minor-mode variables, or is it more limited than customization menu?
I noted that which-key doesn't seem to activate at all if I include the minor mode variable (which-key-mode) in `:custom`. If I call `which-key-mode` twice in succession, only now does...
**Is your feature request related to a problem? Please describe.** Not a problem per se. Every fuzzy search plugin in Vim is different, but certain features are shared by multiple...
Here is an example showing the documentation returned for `dplyr::select` to the Emacs client `lsp-mode`. Text from different sections and some text that is bulleted (in non-languageserver document viewers) is...
**Describe the bug** The zsh widget returns different lists of candidates for the same input when using a full-screen and half-screen terminal. The issue seems linked to `width_percentage` in config.yaml....
**Describe the bug** Invoking `_navi_widget` after zsh input leads to seemingly arbitrary results. **To Reproduce** 1. Download the default cheatsheets. 2. Launch a new terminal with a zsh shell. 3....