Skip to content

Commit a7934f8

Browse files
committed
docs: add similar projects to README and ignore .env
Adds a "Similar Projects" section to the README to acknowledge other similar plugins. Also, adds .env to the .gitignore file to avoid committing local environment variables.
1 parent 64709b9 commit a7934f8

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
deps/*
2+
.env

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ Contributions are welcome! To get started with development:
128128

129129
The project uses `mini.nvim` for its testing framework. You can find more information about it in the [mini.nvim TESTING.md](https://github.com/nvim-mini/mini.nvim/blob/main/TESTING.md) file.
130130

131+
## Similar Projects
132+
133+
- [gen.nvim](https://github.com/David-Kunz/gen.nvim)
134+
131135
## Todo
132136

133137
- [ ] **Support Prompt Templates**: Allow users to define custom prompt templates in the configuration.

0 commit comments

Comments
 (0)