Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrloop/repo-map.nvim

Create repo map in nvim for use with LLM providing concise data for context window.
https://github.com/mrloop/repo-map.nvim

Last synced: 5 days ago
JSON representation

Create repo map in nvim for use with LLM providing concise data for context window.

Awesome Lists containing this project

README

        

# repo-map.nvim

Create a repo map of most used files and symbol in a directory. Useful for providing context to Large Language Models, LLM, where the context window is too small to send all your code. This module is intented for use in nvim plugins that interact with LLM such as code assistants or auto complete. Inspired by aider.chat please take a look at there [blog post about how they use a repo map](https://aider.chat/2023/10/22/repomap.html)

## To Test

```sh
make
```