scienceplease
scienceplease
Reading through the source, I could not find an exposed mechanism to detect which modules are attached to which buffers in order to support conditional user configuration scenarios (e.g. autocommands)....
Neovim's diagnostic severity `HINT` should map to Vim/quickfix `note`, which is represented by `N` [\[1\]](https://github.com/neovim/neovim/blob/a48a0a4f7b2b1255025ceb128f6cc97fa0f992aa/runtime/lua/vim/diagnostic.lua#L1541) [\[2\]](https://github.com/neovim/neovim/blob/a48a0a4f7b2b1255025ceb128f6cc97fa0f992aa/runtime/lua/vim/diagnostic.lua#L18). Trouble currently maps `HINT` to nonexistent `H`. This results in diagnostic hints in quickfix/loclist...
When registering mappings for which-key, I discovered that `opts.mode` in `register()` does not behave like the `mode` parameter in `nvim_set_keymap()`. For example, (see @ju1ius in #221) a `mode` of `''`...
**Is your feature request related to a problem? Please describe.** The treesitter picker does not allow for it's entry column widths to be customized via `opts` ([see hard-coded column widths...
### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature Formatters whose configuration is defined as a function get called twice upon...
## Background information ### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.) 5.0.2 ### Describe how Open MPI was installed (e.g.,...
### Similar Issues - [X] Before filing, I have searched for similar issues. ### Description When swapping buffers between windows where `{ move_cursor = true }` it would be nice...
Recent versions of `uv` have not been able to `uv self update` despite being installed via the standalone installation script. I have not been able to pinpoint the issue to...
Currently, the process of developing Arkouda extensions (e.g. user defined functions) is roughly: 1. Modify and recompile version of Arkouda containing extension 2. Restart Arkouda server 3. Reconnect Arkouda client...