lsp-ai icon indicating copy to clipboard operation
lsp-ai copied to clipboard

LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them.

Results 23 lsp-ai issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to configure lsp-ai to get copilot-like completion in helix. I intend to use only models running locally. I ideally would like to get them served following...

This PR edits the example configuration for neovim to use the nvim-lspconfig support. Closes #2

I see at the moment only the Mistral FIM is supported but Mistral Chat ( https://codestral.mistral.ai/v1/chat/completions ) is not supported. I'm using custom actions with Helix so it would be...

As the titles says. References: [https://docs.github.com/en/copilot/quickstart](https://docs.github.com/en/copilot/quickstart) [https://github.com/CopilotC-Nvim/CopilotChat.nvim](https://github.com/CopilotC-Nvim/CopilotChat.nvim)

I see #60. Honestly not sure which method is better at the moment. This PR allows local building with `nix build` and a development shell with `nix develop`. Ideally adding...

Hello ! Can we make online code editor using lsp-ai? just like hacker rank and other online code editors ?

I'm not sure if any of the available AI coding assistants do this (if you know, please tell me), but this is the main feature I'm missing: Ideally it should...

enhancement
discussion

So, the existing example/xyz.tomls aren't exactly easy to get going in the helix philosophy of 'batteries included". I think we have two issues: 1) Perhaps suggesting that users get started...

# Description Fixes #32 This PR adds shells and packages for the `cargo` workspace and `vscode` extension. The `nixos` and `home-manager` modules for the `lsp-ai` package were included because the...