kawre / leetcode.nvim

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

feat: custom injection code snippets #41

Closed Eric-Song-Nop closed 9 months ago

Eric-Song-Nop commented 9 months ago

Support for configuration for injecting code snippets before and after the solution, so that c/cpp users can automatically inject their favorite hear files in front.

image

Eric-Song-Nop commented 9 months ago

I have updated the code as you suggested, thank u for your extra work in reviewing my code, I am not an experienced Lua coder.

kawre commented 9 months ago

Refactored the injector function to be a bit less repetitive and readable. If you want to change anything, feel free to do so.

I will test it a bit more and then if everything works fine i will merge it soon.