Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrloop/repo-map.nvim
- Owner: mrloop
- License: apache-2.0
- Created: 2024-08-28T17:37:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T18:17:14.000Z (2 months ago)
- Last Synced: 2024-09-15T03:45:08.936Z (2 months ago)
- Language: Lua
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```