Closed willdavidow closed 2 years ago
here is the screenshot of the error https://imgur.com/a/7KC7RNb
About first error of autocmds.lua
, what neovim version do you have? nvim_create_augroup
is a feature added in nvim 0.7+ so you need the latest version. I didn't have this error.
About second one, is related to gitsigns
plugin itself which could be updated for some time. I had this issue once but now it's gone. Do you have this error each time? Check if gitsigns configuration was changed somehow.
Ahh, that could be it - I'm running the latest stable version 0.6.1
- I guess this issue will resolve itself when 0.7.x
hits the stable channel.
I'll try updating the gitsigns
plugin manually to see if that fixes it... I've run the PackerUpdate
and PackerSync
commands many times, and it has updated things, but still seeing that error with gitsigns
.
Thanks!
updating to 0.7-dev build solved all my issues
@willdavidow Does upgrading to 0.7.x also solve the issue for you? Please let me know so then I can close this issue.
@ecosse3 Yes, upgrading to 0.7.x fixed it... I'll go ahead and close this.
Thanks!
Noticing a few issues: one with startup and using
nvim_create_augroup
and another when selecting files fromnvim-tree
- the issue withnvim-tree
and selecting files appears to be specific to git repositories.Not sure how you like bug/issue reports (if this is even a bug?) to be submitted, but I don't mind submitting a separate one if that's what you'd prefer... just let me know!
This happens immediately upon startup:
And this happens when opening a file from a git repository using
nvim-tree
: