LunarVim / Launch.nvim

🚀 Launch.nvim is modular starter for Neovim.
GNU General Public License v3.0
2k stars 475 forks source link

Neotest #181

Open appomsk opened 4 months ago

appomsk commented 4 months ago

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.

fczuardi commented 4 months ago

https://github.com/LunarVim/Launch.nvim/pull/183