kauffinger / lazyvim

The most sensible defaults nvim baseline integrated with laravel and flavored with some (maybe less sensitive) useful additions.
Apache License 2.0
125 stars 99 forks source link

Error User Autocommands for "VeryLazy" #5

Closed Romaixn closed 1 year ago

Romaixn commented 1 year ago

Hey! Thanks for this starter, I wanted to install it but I have an error with nvim-treesitter, do you know why?

Error detected while processing User Autocommands for "VeryLazy":
Installation not possible: ...vim/lazy/nvim-treesitter/lua/nvim-treesitter/install.lua:86: Parser not available for language "help"
kauffinger commented 1 year ago

I've seen this error in my logs, too - in my experience it did not lead to issues, so I didn't look into it yet. You should be able to easily fix it if you remove 'help' from this file

Let me know if that worked and you are welcome!

kauffinger commented 1 year ago

Pushed that change along with some lockfile updates. Let me know if it works!

Romaixn commented 1 year ago

It's work! Thanks 🚀