Robzz
Robzz
I'm getting tired with having to specify all the packages I want to document in a workspace. I'd like cargo-docset to read parameters from a toml file (if present/specified), or...
**Describe the bug** Looks like the travis CI is currently broken. **To Reproduce** CI hasn't run for the last PRs. **Expected behavior** CI should have ran. **Additional context** Should probably...
See #36 for the feature suggestion
So, this repo started pretty much as an afternoon experiment. Then it grew a little. It's at the point where the code looks pretty damn terrible, so next order of...
**Is your feature request related to a problem? Please describe.** There currently is no way of generating the docsets for multiple crates at once unless those crates are part of...
It's a bit of a pain to install docsets manually. Some quick thoughts on automating this: * Simply copy/pasting the docset directory works, but Zeal needs to be restarted to...
First attempt at providing defaults for CLI arguments in cargo manifest metadata. Remaining things to consider: * Should probably namespace the options somewhere like `metadata.docset` * This is currently all...
Hi there, thanks for the cool plugin. I noticed an issue caused by how you merge the default config with the user provided config in [config.lua](https://github.com/huggingface/llm.nvim/blob/51b76dac9c33c0122adfe28daf52ceaa31c4aa02/lua/llm/config.lua#L72). I usually use ollama...
Hi there, thanks for the great plugin :+1: I noticed an error when a prompt uses `replace = true` and using it in normal mode on an empty line: `nvim/lazy/gen.nvim/lua/gen/init.lua:336:...
This PR adds support for the [lsp-ai](https://github.com/SilasMarvin/lsp-ai) language server. Since the server is language-agnostic, I've set the defaults to attach to all filetypes, and always run in single-file mode. I...