Nvim-treesitter: get_query is broken

Created on 12 Oct 2020  路  3Comments  路  Source: nvim-treesitter/nvim-treesitter

Describe the bug
Commit 2c8d401 has resulted in this error for all parsers:

E5108: Error executing lua Vim(lua):E5108: Error executing lua ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)
  • nvim --version:
NVIM v0.5.0-741-gca6815115
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/gcc-5 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/travis/build/neovim/bot-ci/build/neovim/build/config -I/home/travis/build/neovim/bot-ci/build/neovim/src -I/home/travis/build/neovim/bot-ci/build/neovim/.deps/usr/include -I/usr/include -I/home/travis/build/neovim/bot-ci/build/neovim/build/src/nvim/auto -I/home/travis/build/neovim/bot-ci/build/neovim/build/include
Compiled by travis@travis-job-a0a879c4-7aa6-406a-ab18-7c9770600018

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "
/home/travis/build/neovim/bot-ci/build/neovim/build/nvim.AppDir/usr/share/nvim
"

Run :checkhealth for more info
  • nvim-lspconfig version(commit hash): 60133c47e0fd82556d7ca092546ebfa8d047466e

:checkhealth result


health#nvim_lsp#check

Checking language server protocol configuration

  • INFO: pyls: configuration checked.
  • INFO: rls: configuration checked.
  • INFO: ccls: configuration checked.
  • INFO: gopls: configuration checked.

health#completion_nvim#check

general

  • OK: neovim version is supported

completion source

  • OK: all completion source are valid

snippet source

  • INFO: You haven't setup any snippet source.

health#nvim_treesitter#check

Installation

  • OK: git executable found.
  • OK: cc executable found.

elm parser healthcheck

  • OK: elm parser found.
  • ERROR: Error in highlights.scm query found for elm
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate elm (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for elm
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate elm (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for elm
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate elm (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for elm
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate elm (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



c parser healthcheck

  • OK: c parser found.
  • ERROR: Error in highlights.scm query found for c
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate c (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for c
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate c (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for c
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate c (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for c
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate c (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



teal parser healthcheck

  • OK: teal parser found.
  • ERROR: Error in highlights.scm query found for teal
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate teal (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for teal
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate teal (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for teal
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate teal (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for teal
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate teal (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



java parser healthcheck

  • OK: java parser found.
  • ERROR: Error in highlights.scm query found for java
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate java (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for java
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate java (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for java
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate java (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for java
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate java (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



python parser healthcheck

  • OK: python parser found.
  • ERROR: Error in highlights.scm query found for python
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate python (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for python
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate python (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for python
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate python (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for python
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate python (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



dart parser healthcheck

  • OK: dart parser found.
  • ERROR: Error in highlights.scm query found for dart
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate dart (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for dart
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate dart (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for dart
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate dart (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for dart
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate dart (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



lua parser healthcheck

  • OK: lua parser found.
  • ERROR: Error in highlights.scm query found for lua
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate lua (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for lua
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate lua (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for lua
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate lua (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for lua
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate lua (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



ocaml parser healthcheck

  • OK: ocaml parser found.
  • ERROR: Error in highlights.scm query found for ocaml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocaml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for ocaml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocaml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for ocaml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocaml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for ocaml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocaml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



go parser healthcheck

  • OK: go parser found.
  • ERROR: Error in highlights.scm query found for go
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate go (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for go
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate go (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for go
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate go (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for go
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate go (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



nix parser healthcheck

  • OK: nix parser found.
  • ERROR: Error in highlights.scm query found for nix
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate nix (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for nix
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate nix (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for nix
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate nix (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for nix
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate nix (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



yaml parser healthcheck

  • OK: yaml parser found.
  • ERROR: Error in highlights.scm query found for yaml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate yaml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for yaml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate yaml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for yaml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate yaml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for yaml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate yaml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



json parser healthcheck

  • OK: json parser found.
  • ERROR: Error in highlights.scm query found for json
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate json (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for json
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate json (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for json
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate json (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for json
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate json (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



jsdoc parser healthcheck

  • OK: jsdoc parser found.
  • ERROR: Error in highlights.scm query found for jsdoc
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate jsdoc (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for jsdoc
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate jsdoc (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for jsdoc
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate jsdoc (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for jsdoc
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate jsdoc (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



php parser healthcheck

  • OK: php parser found.
  • ERROR: Error in highlights.scm query found for php
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate php (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for php
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate php (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for php
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate php (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for php
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate php (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



julia parser healthcheck

  • OK: julia parser found.
  • ERROR: Error in highlights.scm query found for julia
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate julia (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for julia
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate julia (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for julia
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate julia (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for julia
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate julia (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



html parser healthcheck

  • OK: html parser found.
  • ERROR: Error in highlights.scm query found for html
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate html (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for html
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate html (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for html
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate html (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for html
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate html (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



typescript parser healthcheck

  • OK: typescript parser found.
  • ERROR: Error in highlights.scm query found for typescript
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate typescript (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for typescript
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate typescript (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for typescript
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate typescript (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for typescript
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate typescript (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



fennel parser healthcheck

  • OK: fennel parser found.
  • ERROR: Error in highlights.scm query found for fennel
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate fennel (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for fennel
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate fennel (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for fennel
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate fennel (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for fennel
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate fennel (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



swift parser healthcheck

  • OK: swift parser found.
  • ERROR: Error in highlights.scm query found for swift
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate swift (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for swift
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate swift (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for swift
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate swift (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for swift
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate swift (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



query parser healthcheck

  • OK: query parser found.
  • ERROR: Error in highlights.scm query found for query
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate query (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for query
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate query (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for query
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate query (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for query
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate query (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



cpp parser healthcheck

  • OK: cpp parser found.
  • ERROR: Error in highlights.scm query found for cpp
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate cpp (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for cpp
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate cpp (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for cpp
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate cpp (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for cpp
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate cpp (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



regex parser healthcheck

  • OK: regex parser found.
  • ERROR: Error in highlights.scm query found for regex
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate regex (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for regex
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate regex (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for regex
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate regex (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for regex
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate regex (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



ql parser healthcheck

  • OK: ql parser found.
  • ERROR: Error in highlights.scm query found for ql
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ql (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for ql
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ql (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for ql
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ql (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for ql
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ql (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



ruby parser healthcheck

  • OK: ruby parser found.
  • ERROR: Error in highlights.scm query found for ruby
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ruby (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for ruby
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ruby (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for ruby
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ruby (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for ruby
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ruby (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



vue parser healthcheck

  • OK: vue parser found.
  • ERROR: Error in highlights.scm query found for vue
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate vue (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for vue
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate vue (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for vue
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate vue (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for vue
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate vue (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



ocamllex parser healthcheck

  • OK: ocamllex parser found.
  • ERROR: Error in highlights.scm query found for ocamllex
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocamllex (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for ocamllex
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocamllex (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for ocamllex
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocamllex (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for ocamllex
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocamllex (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



scala parser healthcheck

  • OK: scala parser found.
  • ERROR: Error in highlights.scm query found for scala
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate scala (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for scala
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate scala (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for scala
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate scala (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for scala
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate scala (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



toml parser healthcheck

  • OK: toml parser found.
  • ERROR: Error in highlights.scm query found for toml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate toml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for toml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate toml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for toml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate toml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for toml
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate toml (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



rust parser healthcheck

  • OK: rust parser found.
  • ERROR: Error in highlights.scm query found for rust
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate rust (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for rust
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate rust (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for rust
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate rust (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for rust
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate rust (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



bash parser healthcheck

  • OK: bash parser found.
  • ERROR: Error in highlights.scm query found for bash
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate bash (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for bash
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate bash (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for bash
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate bash (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for bash
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate bash (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



ocaml_interface parser healthcheck

  • OK: ocaml_interface parser found.
  • ERROR: Error in highlights.scm query found for ocaml_interface
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocaml_interface (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for ocaml_interface
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocaml_interface (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for ocaml_interface
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocaml_interface (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for ocaml_interface
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate ocaml_interface (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



rst parser healthcheck

  • OK: rst parser found.
  • ERROR: Error in highlights.scm query found for rst
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate rst (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for rst
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate rst (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for rst
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate rst (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for rst
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate rst (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



css parser healthcheck

  • OK: css parser found.
  • ERROR: Error in highlights.scm query found for css
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate css (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for css
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate css (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for css
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate css (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for css
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate css (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



javascript parser healthcheck

  • OK: javascript parser found.
  • ERROR: Error in highlights.scm query found for javascript
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate javascript (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for javascript
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate javascript (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for javascript
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate javascript (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for javascript
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate javascript (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



c_sharp parser healthcheck

  • OK: c_sharp parser found.
  • ERROR: Error in highlights.scm query found for c_sharp
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate c_sharp (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for c_sharp
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate c_sharp (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for c_sharp
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate c_sharp (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for c_sharp
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate c_sharp (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



haskell parser healthcheck

  • OK: haskell parser found.
  • ERROR: Error in highlights.scm query found for haskell
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate haskell (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for haskell
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate haskell (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for haskell
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate haskell (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for haskell
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate haskell (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



markdown parser healthcheck

  • OK: markdown parser found.
  • ERROR: Error in highlights.scm query found for markdown
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate markdown (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for markdown
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate markdown (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for markdown
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate markdown (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for markdown
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate markdown (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



tsx parser healthcheck

  • OK: tsx parser found.
  • ERROR: Error in highlights.scm query found for tsx
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate tsx (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in locals.scm query found for tsx
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate tsx (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in textobjects.scm query found for tsx
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate tsx (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



  • ERROR: Error in folds.scm query found for tsx
    ...im/plugged/nvim-treesitter/lua/nvim-treesitter/query.lua:49: attempt to call field 'get_query' (a nil value)

    • ADVICE:



      • Try :TSUpdate tsx (queries might have been adapted for a upstream parser change)


      • Try to find the syntax error/invalid node type in above file.



health#deoplete#check

deoplete.nvim

  • OK: exists("v:t_list") was successful
  • OK: has("timers") was successful
  • OK: has("python3") was successful
  • OK: Require Python 3.6.1+ was successful
  • OK: Require msgpack 1.0.0+ was successful
  • INFO: If you're still having problems, try the following commands:

    • $ export NVIM_PYTHON_LOG_FILE=/tmp/log

    • $ export NVIM_PYTHON_LOG_LEVEL=DEBUG

    • $ nvim

    • $ cat /tmp/log_{PID}

    • and then create an issue on github

health#nvim#check

Configuration

  • OK: no issues found

Performance

  • OK: Build type: RelWithDebInfo

Remote Plugins

  • OK: Up to date

terminal

  • INFO: key_backspace (kbs) terminfo entry: key_backspace=\177
  • INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
  • INFO: $COLORTERM='truecolor'

tmux

  • ERROR: escape-time (500) is higher than 300ms
  • INFO: Checking stuff
  • WARNING: focus-events is not enabled. |'autoread'| may not work.

    • ADVICE:



      • (tmux 1.9+ only) Set focus-events in ~/.tmux.conf:


        set-option -g focus-events on



  • INFO: $TERM: xterm-256color
  • ERROR: $TERM should be "screen-256color" or "tmux-256color" in tmux. Colors might look wrong.

health#provider#check

Clipboard (optional)

  • OK: Clipboard tool found: xclip

Python 2 provider (optional)

  • INFO: pyenv: Path: /home/kamran.khan/.pyenv/libexec/pyenv
  • INFO: pyenv: Root: /home/kamran.khan/.pyenv
  • INFO: Using: g:python_host_prog = "~/.pyenv/versions/dotpy3/bin/python"
  • INFO: Executable: /home/kamran.khan/.pyenv/versions/dotpy3/bin/python
  • WARNING: Unexpected Python version. This could lead to confusing error messages.
  • INFO: Python version: 3.8.5
  • INFO: pynvim version: 0.4.1 (outdated; from ~/.pyenv/versions/dotpy3/lib/python3.8/site-packages/neovim)
  • WARNING: Latest pynvim is NOT installed: 0.4.2

Python 3 provider (optional)

  • INFO: pyenv: Path: /home/kamran.khan/.pyenv/libexec/pyenv
  • INFO: pyenv: Root: /home/kamran.khan/.pyenv
  • INFO: Using: g:python3_host_prog = "~/.pyenv/versions/dotpy3/bin/python"
  • INFO: Executable: /home/kamran.khan/.pyenv/versions/dotpy3/bin/python
  • INFO: Python version: 3.8.5
  • INFO: pynvim version: 0.4.1 (outdated; from ~/.pyenv/versions/dotpy3/lib/python3.8/site-packages/neovim)
  • WARNING: Latest pynvim is NOT installed: 0.4.2

Python virtualenv

  • OK: no $VIRTUAL_ENV

Ruby provider (optional)

  • INFO: Ruby: ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
  • WARNING: neovim-ruby-host not found.

    • ADVICE:



      • Run gem install neovim to ensure the neovim RubyGem is installed.


      • Run gem environment to ensure the gem bin directory is in $PATH.


      • If you are using rvm/rbenv/chruby, try "rehashing".


      • See :help |g:ruby_host_prog| for non-standard gem installations.



Node.js provider (optional)

  • INFO: Node.js: v13.14.0
  • WARNING: Missing "neovim" npm (or yarn) package.

    • ADVICE:



      • Run in shell: npm install -g neovim


      • Run in shell (if you use yarn): yarn global add neovim



Perl provider (optional)

  • ERROR: perl provider error:

    • ADVICE:



      • "Neovim::Ext" cpan module is not installed






(I have ran TSUpdate to update all the parsers for Treesitter)

bug

Most helpful comment

yup 751 fixed the issue, thanks!

All 3 comments

Looking at your nvim's version, it seems that you are using an fairly old version.

Most of the time, a plugin update on nvim-treesitter is reflecting an update on nvim, could you try updating nvim, and see if the issue is fixed ?

latest is NVIM v0.5.0-751-gd198aa511 please update your nvim version :)

yup 751 fixed the issue, thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

huyvohcmc picture huyvohcmc  路  6Comments

heapslip picture heapslip  路  5Comments

pittcat picture pittcat  路  5Comments

kyazdani42 picture kyazdani42  路  3Comments

foisonocean picture foisonocean  路  6Comments