-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treesitter can't install #609
Comments
check other issues first |
第一个问题我在卸载多次并重装后都会出现,我刚刚尝试了配置原版LazyVim也同样出现了这个问题,猜测是treesitter的问题,但是不知道怎么解决 |
So did u check other issues? What steps did u tried? |
目前来看没有其他问题,全部报错都是treesitter的。 |
same as #586. |
We can't do more about the installation of treesitter. For well-known reason about GFW, you can't access github normally without proxy. Set terminal proxy if you have it. Below commands are needed if you use export http_proxy=http://<server>:<port>
export https_proxy=http://<server>:<port> Replace |
上述sniprun的问题已经解决,非常感谢。 |
What is the output of |
In fact, we missed one breaking change: nvim-treesitter/nvim-treesitter@93fa5df. @Penguin-SAMA Pulling the latest updates would resolve this issue. |
Ref: nvim-treesitter/nvim-treesitter@93fa5df This resolves ayamir#609. (cherry picked from commit 7690563)
Version confirmation
Following prerequisites
Neovim version
NVIM v0.8.3 Build type: Release LuaJIT 2.1.0-beta3 编译者 [email protected] Features: +acl +iconv +tui See ":help feature-compile" 系统 vimrc 文件: "$VIM/sysinit.vim" $VIM 预设值: "/opt/homebrew/Cellar/neovim/0.8.3/share/nvim" Run :checkhealth for more info
Operating system/version
macos 13.3
Terminal name/version
iTerm2 3.4.19
$TERM environment variable
No response
Branch info
main (Default/Latest)
Fetch Preferences
SSH (use_ssh = true)
How to reproduce the issue
在我使用打开nvim的时候就会出现如下报错
一直按回车就是这样
但是我能正常下载其他所有插件,也能正常登陆github
Expected behavior
希望能正常安装所有插件
Actual behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: