leetcode.nvim icon indicating copy to clipboard operation
leetcode.nvim copied to clipboard

Error when using LazyVim

Open mksonkar opened this issue 1 year ago • 0 comments

When I run nvim leetcode.nvim, I get this error

Error detected while processing VimEnter Autocommands for "*":
Error executing lua callback: ....local/share/nvim/lazy/plenary.nvim/lua/plenary/path.lua:511: FileNotFoundError
stack traceback:
        [C]: in function 'error'
        ....local/share/nvim/lazy/plenary.nvim/lua/plenary/path.lua:511: in function 'mkdir'
        ...are/nvim/lazy/leetcode.nvim/lua/leetcode/config/init.lua:62: in function 'setup'
        ...so/.local/share/nvim/lazy/leetcode.nvim/lua/leetcode.lua:50: in function 'start'
        ...so/.local/share/nvim/lazy/leetcode.nvim/lua/leetcode.lua:92: in function <...so/.local/share/nvim/lazy/leetcode.nvim/lua/leetcode.lua:91
>

and if I run :Leet after nvim window, I get leetcode.nvim Failed to initialize: `neovim` contains listed buffers

mksonkar avatar Oct 02 '24 08:10 mksonkar