kawre / leetcode.nvim

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

Failed to initialize: neovim contains listed buffers #96

Closed kulothunganug closed 2 months ago

kulothunganug commented 2 months ago

I am getting this error, when I enter :Leet from a clean neovim (without any files opened)

image

image

kawre commented 2 months ago

Buffer 1 is listed. To open neovim without any listed buffers use nvim with no arguments

kulothunganug commented 2 months ago

I have opened nvim with no arguments. I even tried closing it with :bd, but the problem persist.

kulothunganug commented 2 months ago

with nvim --noplugin, same image

kulothunganug commented 2 months ago

If I use goolord/alpha-nvim leetcode.nvim works fine... 😕 Here's a video

https://github.com/kawre/leetcode.nvim/assets/63696279/bf5eef1b-7b06-4ed9-bf17-c83ec4a9fa5a

kawre commented 2 months ago

Then you can either use nvim leetcode.nvim launch option or https://github.com/kawre/leetcode.nvim?tab=readme-ov-file#non-standalone-mode

kulothunganug commented 2 months ago

The link, makes it work. Thanks for the project ❤️