@feoh I checked the treesitter code and it appears that the prefer_git is not a global treesitter cofig option but a local to the nvim-treesitter.install module, so using lazy opts will not work. This should work: diff --git a/init.lua b/init.lua index 496f45b..a3128a1 100644 -...
看了一下nvim-treesitter里面issues, ,我在treesitter.lua加入了这一行,问题解决了,但是不知道会不会有什么影响Author sheye98 commented Apr 24, 2023 新的问题,这又是什么报错,原地去世 👍 3 Author sheye98 commented Apr 24, 2023 google一下这个问题,https://github.com/neovim/neovim/pull/20487/...
nvim 中, nvim-treesitter 报错 keeferWu 创建了任务 5个月前 keeferWu 拥有者 5个月前 复制链接地址 a. gcc 版本要求 > 4.8.5 b. 安装对应的语言源 keeferWu 将任务状态从待办的 修改为已完成 5个月前 登录 后才可以发表评论 状态 已完成 待办的 进行中 已完成 已关闭 负责人 未设...
一:treesitter/highlighte: Eerror executing lua: /usr/.../query.lua:161: query: invaild node type at 2349。二:还有 [c]: in function其他的类型的文件,比如c和tex都没问题,当然那个lua的Language parser我也安装好了,现在搜索了半天不清楚怎么弄,所以想请教一下。还有想请教一下是不是不需要手动的输...
官方地址:GitHub - nvim-treesitter/nvim-treesitter: Nvim Treesitter configurations and abstraction layer 安装 use({'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}) 复制,粘贴,然后 PackerInstall,感觉没啥好说的。。。 配置 我的使用非常简单,感觉已经满足我对代码高亮的需求了 require'nvim...
Error detected while processing /home/strife/.local/share/nvim/plugged/nvim-treesitter/plugin/nvim-treesitter.lua: E5113: Error while calling lua chunk: .../plugged/nvim-treesitter/lua/nvim-treesitter/configs.lua:104: attempt to call field 'nvim_create_augroup' (a nil value) stack ...
要为突出显示组永久添加此链接,可以使用Neovimnvim_set_hl函数。
spellsitter.nvim Neovim的拼写检查程序,由和。 状态 在制品 该插件依赖于Neovim的tree-sitter API,该API仍在开发中。 有时事情会破裂,但请不要犹豫,提出问题。 要求 Neovim> = 0.5.0 安装 首先,请确保已安装hunspell(通过brew等),并且有可用的词典。 您应该看到这种输出:...
Error in decoration provider treesitter/highlighter.line: Error executing lua: ...nvim-treesitter/lua/nvim-treesitter/query_predicates.lua:80: attempt to call method 'parent' (a nil value) stack traceback: ...nvim-treesitter/lua/nvim-treesitter/query_predicates.lua:80: in function 'h...
PS C:\Users\dev\AppData\Local\nvim-data\plugged\nvim-treesitter\parser> lsd bash.so cpp.so dockerfile.so html.so latex.so ninja.so ru