nvim-tree / nvim-web-devicons

lua `fork` of vim-web-devicons for neovim
MIT License
1.92k stars 181 forks source link

Add issue template #457

Open gegoune opened 2 months ago

gegoune commented 2 months ago

To minimise number of round trips between reporters and maintainers we should introduce issue template to this repository.

I think very good example, which we should use in my opinion, is one from Lewis' gitsigns plugin.

alex-courtis commented 2 months ago

Absolutely... I've been asking a lot lately...

That looks nice and small.

gegoune commented 2 months ago

Also avoids packer, which is not maintained any more.

alex-courtis commented 2 months ago

Oh damn... I liked packer...

Not going to go with lazy though ;)

alex-courtis commented 2 months ago

The approach of "git clone, no plugin manager" is probably best for nvim-tree too.

gegoune commented 2 months ago

Yes, it is. I would like to add the same template to nvim-tree too.

There is pckr.nvim that I happily use. Very similar experience to packer. pckr started as a refactor of packer.

alex-courtis commented 2 months ago

Oh nice, lewis... a respected member of the community.

I'll give it a go.