Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVIM v0.10.0 #187

Open
FarikunAziz opened this issue Jun 20, 2024 · 1 comment
Open

NVIM v0.10.0 #187

FarikunAziz opened this issue Jun 20, 2024 · 1 comment

Comments

@FarikunAziz
Copy link

FarikunAziz commented Jun 20, 2024

NVIM v0.9.5 all is well, but NVIM v0.10.0, here is the error
Screenshot_2024-06-20_22-09-08

@PorcelainMouse
Copy link

So, is NeoVIM 0.10 not supported? I've just installed Launch, and first run seemed to go okay, installed stuff. But, all subsequent starts show quite a few errors with different things, but they don't look like those above. Just trying to understand if I should report these or not.

'signs.add.hl' is now deprecated, please define highlight 'GitSignsAdd' e.g:                         
'signs.add.linehl' is now deprecated, please define highlight 'GitSignsAddLn' e.g:                   
'signs.add.numhl' is now deprecated, please define highlight 'GitSignsAddNr' e.g:                    
'signs.change.hl' is now deprecated, please define highlight 'GitSignsChange' e.g:                   
'signs.change.linehl' is now deprecated, please define highlight 'GitSignsChangeLn' e.g:             
'signs.change.numhl' is now deprecated, please define highlight 'GitSignsChangeNr' e.g:              
'signs.changedelete.hl' is now deprecated, please define highlight 'GitSignsChangedelete' e.g:       
'signs.changedelete.linehl' is now deprecated, please define highlight 'GitSignsChangedeleteLn' e.g: 
'signs.changedelete.numhl' is now deprecated, please define highlight 'GitSignsChangedeleteNr' e.g:  
'signs.delete.hl' is now deprecated, please define highlight 'GitSignsDelete' e.g:                   
'signs.delete.linehl' is now deprecated, please define highlight 'GitSignsDeleteLn' e.g:             
'signs.delete.numhl' is now deprecated, please define highlight 'GitSignsDeleteNr' e.g:              
'signs.topdelete.hl' is now deprecated, please define highlight 'GitSignsTopdelete' e.g:             
'signs.topdelete.linehl' is now deprecated, please define highlight 'GitSignsTopdeleteLn' e.g:       
'signs.topdelete.numhl' is now deprecated, please define highlight 'GitSignsTopdeleteNr' e.g:        
  vim.api.nvim_set_hl(0, 'GitSignsTopdeleteNr', { link = 'GitSignsDeleteNr' })                       

Failed to run `config` for neotest                                                                   
                                                                                                     
...ocal/share/nvim-launch/lazy/neotest/lua/neotest/init.lua:46: Neotest requires nvim-nio to be insta
lled. Install from https://github.com/nvim-neotest/nvim-nio                                          
                                                                                                     
# stacktrace:                                                                                        
  - /neotest/lua/neotest/init.lua:46                                                                 
  - lua/user/neotest.lua:29 _in_ **config**                                                          
  - lua/user/lazy.lua:14                                                                             
  - init.lua:30                                                                                      

There are issues with your config.                                                                   
Use `:checkhealth which-key` to find out more.                                                       

I figure I can add nvim-nio myself, but not sure what to make of the others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants