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

@ -0,0 +1,6 @@
{
imports = [
./leetcode-nvim.nix
./config.nix
];
}