kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
655 stars 34 forks source link

Cannot Use #35

Closed qinchonghanzuibang closed 6 months ago

qinchonghanzuibang commented 6 months ago

Sorry This might be silly, but I simply cannot use this plugin after I installed it with packer.nvim. When I do nvim leetcode.nvim, I just got an new file named leetcode.nvim and start to edit it with nvim. I have checked the installation by packer status and it is successfully installed.

kawre commented 6 months ago

leetcode.nvim has to pass some conditions before successfully initializing, which are:

If that doesn't solve it, can you post your leetcode.nvim packer configuration?