kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
1.04k stars 44 forks source link

How to bring back run and submit in console ? #90

Closed hieulw closed 5 months ago

hieulw commented 5 months ago

I notice that the preview video in README has this two keymap that allow run and submit while I open console. I find this is more convenient. But I can't find any config options that enable this feature. image Mine doesn't have the Run | Submit image

Thank you!

kawre commented 5 months ago

I removed them to avoid conflicts. I don't know if you are aware, but Leet run|submit will also open console if it's not already opened. So rather than Leet console & Leet run you can just do Leet run.

hieulw commented 5 months ago

Thanks ! I think I can create those keymaps myself.