huggingface / huggingface/llm.nvim
expose callbacks
Open
- Dominant language
- Lua
- Stars
- 1.2k
- Forks
- 58
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
as I started my neovim, I got surprised that my `` key was doing non-sense.
As I had just installed llm.nvim the culprit was evident (plus `:verb map `). Tab is an important key so I dont think the plugin should hijack it like this. I would prefer for the plugins to expose its callbacks and let me map them. The mapping could be kept in the README out of the `setup` function.
The setup function meme can be quite annoying when you compose your setup
https://mrcjkb.dev/posts/2023-08-22-setup.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.