-
Configured like this:
```
# lua/plugins/supermaven.lua
return {
"supermaven-inc/supermaven-nvim",
config = function()
require("supermaven-nvim").setup({
keymaps = {
accep…
-
### Problem description
lm developing in pnpm workspace. As far as I know, libraries like TypeScript that are commonly used when using Monorepo are in the root package.json. Similarly, in my case, …
-
https://github.com/user-attachments/assets/ab48b59e-f21f-4f5a-b614-b23131f3a1c4
-
Is there a way to get codeium to override the nvim-cmp when using `` to accept codeium suggestions in insert mode? Currently if there are nvim-cmp suggestions then `` cycles through these instead. Is …
-
Could this be used as a backend also for a chat-style UI such as the one CopilotChat.nvim provides?
It allows you to interact with an LLM by asking questions about selected parts of code in the ope…
raine updated
5 months ago
-
Hey I adapted this config to the rust config that you posted copy pasted the same content in the correct files, but still it is not formatting on save.
I have checked Mason for clang-format, clangd …
-
## Current behavior:
1. Type 123
2. Copilot suggests 456
3. You accept suggestion
4. You press undo
5. Observe that entire line is deleted
## Desired behavior:
1. Type 123
2. Copilot sug…
-
*feature request*
It's easy to get Open AI ChatGPT api token.
Octo.nvim already has an access to the committed/stages files and can write PR description or commit message.
It would be amazing to…
-
Chat goes publicly available soon. Would be good to integrate it. It's a very useful tool but we're unable to use it in eMacs right now
https://github.blog/2023-11-08-universe-2023-copilot-transform…
-
When using https://github.com/zbirenbaum/copilot.lua, GitHub Copilot runs as an LSP client in the buffer alongside other LSP providers (e.g. idris2-lsp), and doesn't provide the functionality this plu…