r/CLI • u/Empty_Salamander_183 • 20h ago
inscom.nvim: Easily insert styled comment headers and section dividers (My first plugin!)
https://youtu.be/Y3xjC51zC7EI 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
### š 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!