kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
655 stars 34 forks source link

Added console toggle on run and submit from editor #5

Closed sgarg26 closed 8 months ago

sgarg26 commented 9 months ago

Added functionality to toggle console on LcRun and LcSubmit I've set toggling console on run/submit to be false by default to stay true to plugins original idea. Tried to do this with as few edits as possible. Please let me know if I should change anything, and hopefully it's up to standard. Thank you!

sgarg26 commented 8 months ago

Updated with all suggestions. Let me know how it looks, thanks.

kawre commented 8 months ago

Merged with dev for now so i can clean up some things and then later merge with master. Thank you for you contribution