utility/leetcode-nvim: init (#636)

* utility/leetcode-nvim: init

* utility/leetcode.nvim: Clean Code

Cleaned code upon PR review comments
This commit is contained in:
ARCIII 2025-02-16 03:10:32 -05:00 committed by GitHub
commit 0644475408
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 124 additions and 0 deletions

View file

@ -177,6 +177,7 @@ isMaximal: {
surround.enable = isMaximal;
diffview-nvim.enable = true;
yanky-nvim.enable = false;
leetcode-nvim.enable = isMaximal;
motion = {
hop.enable = true;
leap.enable = true;