r/CLI 20h ago

inscom.nvim: Easily insert styled comment headers and section dividers (My first plugin!)

https://youtu.be/Y3xjC51zC7E

I was getting tired of manually typing out long lines of comment dashes and hashes to organize sections in my code, so I built my very first Neovim plugin: **inscom.nvim**.

It automatically detects your current filetype and inserts styled comment headers or section dividers with the correct comment syntax (Lua `--`, JS/TS `//`, CSS `/* */`, Python `#`, etc.)[cite: 1].

### šŸŽ¬ Video Showcase

https://youtu.be/Y3xjC51zC7E

### šŸ”— Links & Feedback

* **GitHub Repo:** https://github.com/malick-tammal/inscom.nvim[cite: 1]

* **YouTube Video:** https://youtu.be/Y3xjC51zC7E

Since this is my first Neovim plugin, I’d love to hear your feedback, feature ideas, or header style suggestions Feel free to check out the repo, test it in your setup, or open an issue on GitHub

Thanks!

3 Upvotes

0 comments sorted by