Minimal init.lua for bug report reproduction steps #93
Replies: 4 comments 12 replies
-
This is very cool, "non-jank" stuff MrJones. I've used some similar "minimal init" files before, but they were more generic. This not only specifically targets Legendary, it also clearly shows me HOW to customize it for Legendary -- which cycles back to your blog post about writing code without requiring comments, and my needs a few weeks back to understand better the bootstrap process. Short story: Something like this needs to be bundled within every plugin's tree somewhere. Aside: I clearly need to find a better way to track/follow what's going on in repos I'm interested in. I only discovered this today, 8 days after it was posted. |
Beta Was this translation helpful? Give feedback.
-
All good. Just noting or commenting more on the wonder of Github. So much
here. So much to be discovered. But we’re all still trying to find our way
on how to do that in a way that reflects our personal levels of want/need.
Struggle with this issue every day.
It just becomes important to call-out when I see something that fills a
gap, that I didn’t know I had, on a thread a missing, that was buried
somewhere in this byzantine called GitHub.
Best,
/tom
…On Mar 27, 2022 at 08:02:04, Mat Jones ***@***.***> wrote:
This isn’t in the repo tree because it’s only really needed when trying to
reproduce issues that are hard to reproduce. Didn’t seem necessary to have
in the actual repo, thus I put it here in discussions. I link to this from
the new issue template (you’ll see if you click “New Issue” then select
“Bug Report”).
And credit where credit is due, I pretty much took this from
Telescope.nvim’s issue template and customized it to be for legendary
instead of telescope.
—
Reply to this email directly, view it on GitHub
<#93 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGTYGUZSTVPLXZSYEIOB6LVCBZ6ZANCNFSM5REI7DNA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Can I copy this to any random file on my disk and start nvim with |
Beta Was this translation helpful? Give feedback.
-
How to use this minimal file? |
Beta Was this translation helpful? Give feedback.
-
For reporting bugs, you can base your minimal
init.lua
on the following:Beta Was this translation helpful? Give feedback.
All reactions