-
```
["*"] = { escape = false, close = false, pair = "**", enabled_filetypes = {"*"}},
["/"] = { escape = false, close = false, pair = "//", enabled_filetypes = {"*"}},
```
This…
-
cc @jooyoungseo and @rperez030
There is a hover associated with the inline completions and we decided that's not very useful for screen reader users, so implemented the accessible view, which provid…
-
### What happened?
Dear litellm developers,
we recently found that when using litellm's `Router` and passing an `api_key` via `litellm_params` it may be leaked when anything with the model call …
-
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://gith…
-
I'm not sure if this was a client error (neovim) or a r-a error, but there are times where I import another item.
```rs
use ratatui::layout::Layout;
fn f () {
let layout = Lay [completions show, p…
-
bash-completion adds auto completions for python executable, including -m flag and the existing modules.
But once a specific module is selected - is there a way to extend the completion?
E.g. if I t…
-
I have installed lsp-mssql (from melpa), in Emacs 27.1 on Windows 10.
This works: I can connect to the database, there is syntax checking for the SQL, and I can execute queries and see the results…
-
I have a legacy project that I need to work on, the folder structure of the project is like the following:
```
implementation
business
src
...
.project
…
-
The documentation error I reported in #3027 is a distraction from the problem I am reporting here.
```text
$ cs complete com.github.pureconfig
To install completions, run
/home/mslinn/.loca…
-
### Checklist
- [X] I have filled out the template to the best of my ability.
- [X] This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feat…