Skip to content

Commit ec3c110

Browse files
Add emoji titles to the README
1 parent 85dd9cd commit ec3c110

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# ergoterm.nvim
1+
# 🖥️ ergoterm.nvim
22

33
A flexible terminal management plugin for Neovim that puts you in control of your workflow.
44

55
![Demo](docs/demo.gif)
66

7-
## Philosophy
7+
## 💡 Philosophy
88

99
Most Neovim terminal integration follows a **tool-specific approach**: specialized plugins for AI chats, testing, task runners and other CLI tools (e.g., lazygit), each with their own terminal implementation and UI decisions. This creates friction when you want consistent behavior across tools or when no plugin exists for your preferred CLI application.
1010

1111
ergoterm inverts this with a **terminal-first approach**: a single, powerful terminal abstraction that adapts to any CLI tool. Instead of conforming to various plugin constraints, you configure terminals with exactly the behavior you need.
1212

1313
**The terminal becomes your universal integration layer.** You own the workflow; the terminals adapt to it.
1414

15-
## Setup
15+
## ⚙️ Setup
1616

1717
Using [lazy.nvim](https://github.com/folke/lazy.nvim):
1818

@@ -36,7 +36,7 @@ use {
3636
}
3737
```
3838

39-
## Use Cases
39+
## 🎯 Use Cases
4040

4141
- [On-Demand Terminal Access](docs/on-demand-usage.md)
4242
- [Interactive AI Assistants](docs/interactive-ai-assistants.md)
@@ -46,7 +46,7 @@ use {
4646
- [Project Initialization on Startup](docs/project-initialization.md)
4747
- [API Reference](docs/api-reference.md)
4848

49-
## Configuration
49+
## 🔧 Configuration
5050

5151
### Terminal Defaults
5252

@@ -158,7 +158,7 @@ require("ergoterm").setup({
158158

159159
Use with `:TermSend decorator=name` or `term:send(input, {decorator = "name"})`.
160160

161-
## Contributing
161+
## 🤝 Contributing
162162

163163
Contributions are welcome! To get started:
164164

@@ -168,10 +168,10 @@ Contributions are welcome! To get started:
168168

169169
Make sure all tests pass before submitting your PR.
170170

171-
## Acknowledgments
171+
## 🙏 Acknowledgments
172172

173173
This plugin started as a fork of [toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim). Thanks to the original author and contributors for their foundational work.
174174

175-
## License
175+
## 📄 License
176176

177177
GPL-3.0

0 commit comments

Comments
 (0)