Git Product home page Git Product logo

Comments (9)

View-my-Git-Lab-krafi avatar View-my-Git-Lab-krafi commented on June 27, 2024 3

To fix this issue i have to install
sudo dnf install gcc gcc-c++ make
please update the readme.md

but still i am seeing a issue

**stack traceback:
/usr/share/nvim/runtime/lua/vim/treesitter/query.lua:200: in function 'get_query'
...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:91: in function 'get_query'
...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:169: in function 'prepare_query'
...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:288: in function 'iter_captures'
...ker/start/nvim-treesitter/lua/nvim-treesitter/indent.lua:50: in function 'fn'
...r/start/nvim-treesitter/lua/nvim-treesitter/ts_utils.lua:356: in function 'get_indents'
...ker/start/nvim-treesitter/lua/nvim-treesitter/indent.lua:98: in function 'get_indent'
...tart/indent-blankline.nvim/lua/indent_blankline/init.lua:466: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
**

from neovim-from-scratch.

d3vv3 avatar d3vv3 commented on June 27, 2024 3

For me it was the sudo dnf install g++

from neovim-from-scratch.

arantebw avatar arantebw commented on June 27, 2024 2

For me it was the sudo dnf install g++

I have a new machine, so g++ and its dependencies were missing, this works for me.

from neovim-from-scratch.

View-my-Git-Lab-krafi avatar View-my-Git-Lab-krafi commented on June 27, 2024

RRethy/vim-illuminate#166
nvim-treesitter/nvim-treesitter#4813

from neovim-from-scratch.

vulekhanh avatar vulekhanh commented on June 27, 2024

Hi, are you still encountering error?

from neovim-from-scratch.

ostap-tymchenko avatar ostap-tymchenko commented on June 27, 2024

hey not sure if this is the exact same issue but im on fedora and getting this on launch with nothing changed:

[lspconfig] Cannot access configuration for lua_ls. Ensure this server is listed in server_configurations.md or added as a custom server. [mason-lspconfig] automatically installing pyright [mason-lspconfig] automatically installing json-lsp Error detected while processing /home/ostap-timur-tymchenko/.local/share/nvim/site/pack/packer/start/nvim-treesitter/plugin/nvim-tre esitter.lua: E5113: Error while calling lua chunk: /usr/share/nvim/runtime/lua/vim/treesitter/query.lua:586: Overriding has-ancestor? stack traceback: [C]: in function 'error' /usr/share/nvim/runtime/lua/vim/treesitter/query.lua:586: in function 'add_predicate' ...nvim-treesitter/lua/nvim-treesitter/query_predicates.lua:74: in main chunk [C]: in function 'require' ...ack/packer/start/nvim-treesitter/lua/nvim-treesitter.lua:8: in main chunk [C]: in function 'require' .../packer/start/nvim-treesitter/plugin/nvim-treesitter.lua:9: in main chunk Error detected while processing /home/ostap-timur-tymchenko/.local/share/nvim/site/pack/packer/start/nvim-ts-context-commentstring/p lugin/ts_context_commentstring.vim: line 1: E5108: Error executing lua ...s-context-commentstring/lua/ts_context_commentstring.lua:4: loop or previous error loading module 'nvi m-treesitter' stack traceback: [C]: in function 'require' ...s-context-commentstring/lua/ts_context_commentstring.lua:4: in function 'init' [string ":lua"]:1: in main chunk Press ENTER or type command to continue

from neovim-from-scratch.

gnmearacaun avatar gnmearacaun commented on June 27, 2024

It has to do with an update to treesitter and that your parsers may be incompatable
What happens if you git pull (or git fetch upstream && git merge upstream/master) and :TSUpdate

from neovim-from-scratch.

Brikkel avatar Brikkel commented on June 27, 2024

To fix this issue i have to install sudo dnf install gcc gcc-c++ make please update the readme.md

but still i am seeing a issue

**stack traceback: /usr/share/nvim/runtime/lua/vim/treesitter/query.lua:200: in function 'get_query' ...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:91: in function 'get_query' ...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:169: in function 'prepare_query' ...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:288: in function 'iter_captures' ...ker/start/nvim-treesitter/lua/nvim-treesitter/indent.lua:50: in function 'fn' ...r/start/nvim-treesitter/lua/nvim-treesitter/ts_utils.lua:356: in function 'get_indents' ...ker/start/nvim-treesitter/lua/nvim-treesitter/indent.lua:98: in function 'get_indent' ...tart/indent-blankline.nvim/lua/indent_blankline/init.lua:466: in function '' vim/_editor.lua: in function <vim/_editor.lua:0> *

Finally, installing gcc-c++ fixed all my tresitter issues

from neovim-from-scratch.

View-my-Git-Lab-krafi avatar View-my-Git-Lab-krafi commented on June 27, 2024

thanks to everyone , i dont know this issue is reinvent with present fedora version and neonim , thanks for your time, bye

from neovim-from-scratch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.