Skip to content

Commit 7851305

Browse files
authored
Add rg info.
1 parent b52029d commit 7851305

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
- **eglot + clangd** for authoritative semantic information
99
- **tree-sitter** for correct current function retrieval
10-
- **ag (the_silver_searcher)** for repository-wide pattern retrieval
10+
- **rg/ag** for repository-wide pattern retrieval
1111
- **gptel** for LLM-powered code continuation
1212
- **inline ghost text overlays** for a VS Code–like UX
1313

@@ -21,7 +21,7 @@ Its sole purpose is **accurate, minimal, inline code continuation**.
2121

2222
- Context-aware C++ code completion inside functions
2323
- Uses *real* in-scope symbols from `clangd` (via `eglot`)
24-
- Retrieves similar usage patterns from your repository with `ag`
24+
- Retrieves similar usage patterns from your repository with `rg` or `ag'
2525
- Uses *real* call-hierarchy data from `clangd` (via `eglot`)
2626
- Strict system prompt to avoid hallucinated APIs
2727
- Inline “ghost text” suggestions
@@ -36,6 +36,7 @@ Its sole purpose is **accurate, minimal, inline code continuation**.
3636
- [`eglot/clangd`](https://github.com/joaotavora/eglot)
3737
- [`tree-sitter`](https://github.com/tree-sitter/tree-sitter)
3838
- [`gptel`](https://github.com/karthink/gptel)
39+
- [`rg`](https://github.com/BurntSushi/ripgrep)
3940
- [`ag`](https://github.com/ggreer/the_silver_searcher)
4041

4142
Recommended `eglot` configuration:

0 commit comments

Comments
 (0)