abeldekat
abeldekat
Hello @cbochs, I understand your choice. The `grappleline` plugin was initially intended as a proof of concept. I don't think `grappleline` adds enough value to maintain as a plugin, as...
Technical note: The error message is very similar to issue #534
Perhaps related: [Completion is not complete...](https://github.com/nvim-lua/kickstart.nvim/issues/692)
This occurs starting with commit 8503c0d: fix(keys): don't show empty groups The commit came shortly after discussing this issue with @folke : [empty group names](https://github.com/LazyVim/LazyVim/issues/1121) I see the same problem...
See [Custom registered mappings don't have the correct name](https://github.com/folke/which-key.nvim/issues/482)
Hello @Frederick888, During the development of plugin [lazyvim-menu-addon](https://github.com/abeldekat/lazyvim-menu-addon) I struggled and failed to incorporate the java extra. The bottleneck is documented [here](https://github.com/abeldekat/lazyvim-menu-addon#java-extra) In your PR, an option is added to...
That's great @Frederick888. However, as I am not using the Java extra, it might be good to also have the feedback from the people that contributed directly.
> if list needs an api change to be able to integrate well, please list it here. My plugin, [harpoonline.nvim](https://github.com/abeldekat/harpoonline), supports each "*line". The data is cached and only updated...
I included a [test](https://github.com/abeldekat/harpoonline/blob/f7615e6e323d67c5b2873826564e7bf3299ea1db/tests/test_harpoonline.lua#L140) for this scenario in the [Harpoonline](https://github.com/abeldekat/harpoonline) plugin.
When implementing [toggle](https://github.com/abeldekat/nvim_pde/blob/13c776a48888779d8e89d1961812fdd84541085a/lua/ak/config/editor/harpoon.lua#L100) functionality in my config I found another side effect of this issue. 1. Open a file 2. require("harpoon"):list:add() 3. Open another file 4. require("harpoon"):list:add() 5. Go to...