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

Neotest

Open appomsk opened this issue 9 months ago • 1 comments

After launching:

Failed to run `config` for neotest                                                            
                                                                                              
...repo/launch/share/nvim/lazy/neotest/lua/neotest/init.lua:46: Neotest requires nvim-nio to b
e installed. Install from https://github.com/nvim-neotest/nvim-nio                            
                                                                                              
# stacktrace:                                                                                 
  - /neotest/lua/neotest/init.lua:46                                                          
  - ~/var/nvim-repo/launch/config/nvim/lua/user/neotest.lua:29 _in_ **config**                
  - ~/var/nvim-repo/launch/config/nvim/lua/user/lazy.lua:14                                   
  - ~/var/nvim-repo/launch/config/nvim/init.lua:30

There is the pull request and the closed issue but the problem is here. There is no nvim-nio in dependencies in the current lua/user/neotest.lua.

appomsk avatar May 19 '24 12:05 appomsk