Maddison Hellstrom
Maddison Hellstrom
It would be nice to be able to detect when gitsigns does something that changes the repository. For example, Fugitive dispatches `User FugitiveChanged` after it does anything that might change...
Right now, if you start typing `:set no`, there are no suggestions for the `no`-prefixed versions of options, such as `nonumber`.
If you’d like to be notified of any changes to the data, please subscribe to this issue.
From `notify-send --help`: ``` Usage: notify-send [OPTION…] [BODY] - create a notification Help Options: -?, --help Show help options Application Options: -u, --urgency=LEVEL Specifies the urgency level (low, normal, critical)....
It would be nice if the `zindex` option of `nvim_open_win()` was configurable through this plugin's options.
Please subscribe to this issue to be notified of any breaking changes.
When triggering a cmdline-mode mapping created with WhichKey that uses `e` on the RHS, I get the error `E488: Trailing characters`. Creating the same mapping with `vim.api.nvim_set_keymap` works just fine....
The `-h`/`--help` flag is broken: ``` $ with -h /usr/bin/with: line 46: print_help: command not found error: "-h" is not a valid executable ``` Looking at the source, I believe...
Important information will be announced here, such as new major versions and breaking changes. Please subscribe to this issue to receive a notification when there's a new announcement.
For example, this currently does not work: ```lua require'mapx'.map("t", setmetatable({}, { __call = function() print"test" end })) ```