Dhanus3133 / Leetbuddy.nvim

Solve Leetcode problems within Neovim 🔥
MIT License
139 stars 15 forks source link

feat: add test case inputs to LBTest #26

Closed 8veStory closed 1 year ago

8veStory commented 1 year ago

Hi! Love the plugin, it's absolutely awesome.

Just made a quick PR that allows the test inputs to be visible whenever there is a test failure as well.

This is my first contribution using Lua so if I missed anything or if there are any issues please let me know.

Before: image

After: image

Dhanus3133 commented 1 year ago

Thanks for the PR :+1: