David
David
As the title suggests, this PR allows users to easily introduce a new placeholder by calling the following API: ```lua require("gen").add_placeholder(placeholder, callback) ``` where callback is a function taking `text`,...
Hi, thanks for the amazing work! Sorry for not using an issue template, but I think this is more of a question about usage rather than a bug/feature request so...
Hi devs, I wonder whether there's a way to configure this plugin so that it only install some of the mason packages? The motivation behind this is that I'd like...
**Is your feature request related to a problem? Please describe.** I find it more intuitive to have the icons as strings, rather than unicode/hex numbers, in my config files and...
1. The users may use the environment variable `ZSH_OLLAMA_PROMPT` to customize the prompt; 2. When they don't, fallback to the original prompt; 3. When [`/etc/os-release`](https://www.freedesktop.org/software/systemd/man/latest/os-release.html) file is present and readable,...
### What happened? A `collection.get()` call using v1.0.3 client and v1.0.3 server on a collection created by v0.6.3 chromadb produced a `chromadb.errors.InternalError: Error executing plan: Error sending backfill request to...
I have a neovim plugin written in lua, and it's hosted in the same repository as the CLI backend (written in Python) because it involves the use of a database...
**Is your feature request related to a problem? Please describe.** The official neovim builds are built against a [fairly recent glibc](https://github.com/neovim/neovim/blob/9a681ad09e2add96d47bf3f39cca8029f3bf09df/.github/workflows/notes.md?plain=1#L39), while some servers (mostly compute servers) have very old...
## Description Add a custom keymap that jumps to the file path under cursor (``) in a new tab, since `gx` is overridden in codecompanion chat buffer. This makes exploring...
Debugpy has this [`justMyCode`](https://code.visualstudio.com/docs/python/debugging#_justmycode) feature, where the debugging is restricted to the user-written code only. I wonder whether it's achievable in coredumpy (maybe by adding some filters to `Coredumpy.load`)? Specifically,...