Treesitter – Failed to load ‘lua’ parser

I’ve installed TreeSitter on my Neovim config, yet all parser I seems to have installed failed to load

Here are the errors

Erreur détectée en traitant function <SNR>35_NetrwBrowseChgDir[194]..<SNR>35_NetrwEditFile[7]..Autocommandes BufReadPost pour "*" :                                                                              Error executing lua callback: C:Program FilesNeovimsharenvimruntimefiletype.lua:35: Error executing lua: C:Program FilesNeovimsharenvimruntimefiletype.lua:36: function <SNR>35_NetrwBrowseChgDir[194]..<SNR>35_NetrwEditFile[7]..Autocommandes BufReadPost pour "*"..Autocommandes FileType pour "*": Vim(append):Error executing lua callback: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error                                                                                                                                                       stack traceback:                                                                                                                                                                                                         [C]: in function '_ts_add_language'                                                                                                                                                                              ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: in function 'add'                                                                                                                               ...msharenvimruntime/lua/vim/treesitter/languagetree.lua:111: in function 'new'                                                                                                                               ...m FilesNeovimsharenvimruntime/lua/vim/treesitter.lua:41: in function '_create_parser'                                                                                                                     ...m FilesNeovimsharenvimruntime/lua/vim/treesitter.lua:108: in function 'get_parser'                                                                                                                        ...m FilesNeovimsharenvimruntime/lua/vim/treesitter.lua:416: in function 'start'                                                                                                                             ...startnvim-treesitter/lua/nvim-treesitter/highlight.lua:20: in function 'attach'                                                                                                                             ...erstartnvim-treesitter/lua/nvim-treesitter/configs.lua:509: in function 'attach_module'                                                                                                                     ...erstartnvim-treesitter/lua/nvim-treesitter/configs.lua:532: in function 'reattach_module'                                                                                                                   ...erstartnvim-treesitter/lua/nvim-treesitter/configs.lua:133: in function <...erstartnvim-treesitter/lua/nvim-treesitter/configs.lua:132>                                                                   [C]: in function 'nvim_cmd'                                                                                                                                                                                      C:Program FilesNeovimsharenvimruntimefiletype.lua:36: in function <C:Program FilesNeovimsharenvimruntimefiletype.lua:35>                                                                             [C]: in function 'nvim_buf_call'                                                                                                                                                                                 C:Program FilesNeovimsharenvimruntimefiletype.lua:35: in function <C:Program FilesNeovimsharenvimruntimefiletype.lua:10>                                                                     stack traceback:                                                                                                                                                                                                         [C]: in function 'nvim_cmd'                                                                                                                                                                                      C:Program FilesNeovimsharenvimruntimefiletype.lua:36: in function <C:Program FilesNeovimsharenvimruntimefiletype.lua:35>                                                                             [C]: in function 'nvim_buf_call'                                                                                                                                                                                 C:Program FilesNeovimsharenvimruntimefiletype.lua:35: in function <C:Program FilesNeovimsharenvimruntimefiletype.lua:10>                                                                     stack traceback:                                                                                                                                                                                                         [C]: in function 'nvim_buf_call'                                                                                                                                                                                 C:Program FilesNeovimsharenvimruntimefiletype.lua:35: in function <C:Program FilesNeovimsharenvimruntimefiletype.lua:10>

Expected Behaviour

Correct AST tree highlighting and indenting.

Healthcheck output


nvim-treesitter: require("nvim-treesitter.health").check()

Installation ~
- WARNING `tree-sitter` executable not found (parser generator, only needed for :TSInstallFromGrammar, not required for :TSInstall)
- OK `node` found v20.10.0 (only needed for :TSInstallFromGrammar)
- OK `git` executable found.
- OK `gcc` executable found. Selected from { vim.NIL, "cc", "gcc", "clang", "cl", "zig" }
  Version: gcc (MinGW-W64 i686-ucrt-mcf-dwarf, built by Brecht Sanders) 14.1.0
- OK Neovim was compiled with tree-sitter runtime ABI version 14 (required >=13). Parsers must be compatible with runtime ABI.

OS Info:
{
  machine = "x86_64",
  release = "10.0.22631",
  sysname = "Windows_NT",
  version = "Windows 11 Home"
} ~

Parser/Features         H L F I J
  - c                   x x x x x
  - javascript          x x x x x
  - lua                 x x x x x
  - query               x x x x x
  - rust                x x x x x
  - typescript          x x x x x
  - vim                 x x x . x
  - vimdoc              x . . . x

  Legend: H[ighlight], L[ocals], F[olds], I[ndents], In[j]ections
         +) multiple parsers found, only one will be used
         x) errors found in the query, try to run :TSUpdate {lang} ~

The following errors have been detected: ~
- ERROR c(highlights): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
  c(highlights) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterquerieschighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
- ERROR c(locals): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
  c(locals) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesclocals.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
- ERROR c(folds): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
  c(folds) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriescfolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
- ERROR c(indents): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
  c(indents) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriescindents.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
- ERROR c(injections): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
  c(injections) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriescinjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'c': uv_dlopen: no error
- ERROR javascript(highlights): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  javascript(highlights) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmahighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesjsxhighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesjavascripthighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
- ERROR javascript(locals): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  javascript(locals) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmalocals.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesjavascriptlocals.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
- ERROR javascript(folds): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  javascript(folds) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmafolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesjsxfolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesjavascriptfolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
- ERROR javascript(indents): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  javascript(indents) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmaindents.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesjsxindents.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesjavascriptindents.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
- ERROR javascript(injections): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  javascript(injections) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmainjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesjsxinjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesjavascriptinjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'javascript': uv_dlopen: no error
- ERROR lua(highlights): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
  lua(highlights) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesluahighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
- ERROR lua(locals): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
  lua(locals) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterquerieslualocals.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
- ERROR lua(folds): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
  lua(folds) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesluafolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
- ERROR lua(indents): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
  lua(indents) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesluaindents.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
- ERROR lua(injections): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
  lua(injections) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesluainjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'lua': uv_dlopen: no error
- ERROR query(highlights): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
  query(highlights) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesqueryhighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
- ERROR query(locals): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
  query(locals) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesquerylocals.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
- ERROR query(folds): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
  query(folds) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesqueryfolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
- ERROR query(indents): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
  query(indents) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesqueryindents.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
- ERROR query(injections): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
  query(injections) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesqueryinjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'query': uv_dlopen: no error
- ERROR rust(highlights): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
  rust(highlights) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesrusthighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
- ERROR rust(locals): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
  rust(locals) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesrustlocals.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
- ERROR rust(folds): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
  rust(folds) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesrustfolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
- ERROR rust(indents): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
  rust(indents) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesrustindents.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
- ERROR rust(injections): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
  rust(injections) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesrustinjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'rust': uv_dlopen: no error
- ERROR typescript(highlights): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  typescript(highlights) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmahighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriestypescripthighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
- ERROR typescript(locals): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  typescript(locals) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmalocals.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriestypescriptlocals.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
- ERROR typescript(folds): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  typescript(folds) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmafolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriestypescriptfolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
- ERROR typescript(indents): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  typescript(indents) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmaindents.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriestypescriptindents.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
- ERROR typescript(injections): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  typescript(injections) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesecmainjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriestypescriptinjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'typescript': uv_dlopen: no error
- ERROR vim(highlights): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vim': uv_dlopen: no error
  vim(highlights) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesvimhighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vim': uv_dlopen: no error
- ERROR vim(locals): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vim': uv_dlopen: no error
  vim(locals) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesvimlocals.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vim': uv_dlopen: no error
- ERROR vim(folds): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vim': uv_dlopen: no error
  vim(folds) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesvimfolds.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vim': uv_dlopen: no error
- ERROR vim(injections): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vim': uv_dlopen: no error
  vim(injections) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesviminjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vim': uv_dlopen: no error
- ERROR vimdoc(highlights): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vimdoc': uv_dlopen: no error
  vimdoc(highlights) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesvimdochighlights.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vimdoc': uv_dlopen: no error
- ERROR vimdoc(injections): ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vimdoc': uv_dlopen: no error
  vimdoc(injections) is concatenated from the following files:
  | [ERROR]:"C:UsersHugoAppDataLocalnvim-datasitepackpackerstartnvim-treesitterqueriesvimdocinjections.scm", failed to load: ...eovimsharenvimruntime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'vimdoc': uv_dlopen: no error

I tried to uninstall TreeSitter, reinstall GCC with version 14, TSUpdate and reinstalling the languages parsers

New contributor

Hugo Quéva Reborn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật