Dhanus3133 / Leetbuddy.nvim

Solve Leetcode problems within Neovim 🔥
MIT License
139 stars 15 forks source link

Starter code not loading #13

Closed akshit-sharma closed 1 year ago

akshit-sharma commented 1 year ago

I am the following configuration:

require('leetbuddy').setup({
domain = "com",
language = "cpp",
})

While loading some questions (tested for 1000, 1071, 1072), the starter code buffer is empty. It works for others such as (1, 2, 1005) the code buffer has starter code.

Why would this be happening?

Dhanus3133 commented 1 year ago

Try using :LBReset command from the code buffer to reset the template.

akshit-sharma commented 1 year ago

Thanks, that makes it works.