utility/leetcode-nvim: init

This commit is contained in:
army castillo 2025-02-13 22:18:31 -05:00
commit 5c812b02fd
7 changed files with 134 additions and 1 deletions

View file

@ -143,8 +143,12 @@
[ARCIII](https://github.com/ArmandoCIII):
[leetcode.nvim]: https://github.com/kawre/leetcode.nvim
- Add `vim.languages.zig.dap` support through pkgs.lldb dap adapter. Code
Inspiration from `vim.languages.clang.dap` implementation.
- Add [leetcode.nvim] plugin under `vim.utility.leetcode-nvim`.
[nezia1](https://github.com/nezia1)