-
Notifications
You must be signed in to change notification settings - Fork 64
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
nvim crash #182
Comments
@Martins3 try to make tree-sitter-org in nvim-treeistter lua like: but it's so files org.so confict to orgmode plug so file |
If remove this line, does the problem still exist?
|
remove "org" has the same issue for typing: nvim . |
What about checkout to branch |
@Martins3 |
如果是一打开就 crash ,尝试删掉缓存的 session rm -r ~/.local/share/nvim/sessions |
不是打开就crash,而是nvim . 会crash ,nvim some file or nvim 就没有问题,看着像是目录树的问题 |
我理解了, 我可以复现这个问题,我研究一下 |
不过在目标目录中直接打开 nvim 可以满足你的需求吗?为什么要执行 |
个人习惯处理当前目录,by the way,nvim directory一样的问题,现在在尝试最小化nvim-tree的配置,测试下来不加载nvim-tree就不会有类似的问题
…---- Replied Message ----
| From | Martin ***@***.***> |
| Date | 03/18/2025 12:28 |
| To | Martins3/My-Linux-Config ***@***.***> |
| Cc | Wenchao ***@***.***>,
Author ***@***.***> |
| Subject | Re: [Martins3/My-Linux-Config] nvim crash (Issue #182) |
rm -r ~/.local/share/nvim/sessions
不是打开就crash,而是nvim . 会crash ,nvim some file or nvim 就没有问题,看着像是目录树的问题
不过在目标目录中直接打开 nvim 可以满足你的需求吗?为什么要执行 nvim .
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Martins3 left a comment (Martins3/My-Linux-Config#182)
rm -r ~/.local/share/nvim/sessions
不是打开就crash,而是nvim . 会crash ,nvim some file or nvim 就没有问题,看着像是目录树的问题
不过在目标目录中直接打开 nvim 可以满足你的需求吗?为什么要执行 nvim .
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@Martins3 Did you found any way to fix this? |
周末看看 |
Line 48 in dcae8eb
这个是之前为了关闭最后的一个 buffer 的时候,可以自动关闭掉 nvim ,其实意义不大。 如果解决了你的问题,麻烦提一个 pr 把这个配置去掉 🙏 |
好使! |
after install
typing: nvim .
it crash without any description
typing: nvim test.txt
Error detected while processing /home/username/.dotfiles/nvim/init.vim:
line 23:
Installation not possible: ...vim/lazy/nvim-treesitter/lua/nvim-treesitter/install.lua:87: Parser not available for language "org"
See https://github.com/nvim-treesitter/nvim-treesitter/#adding-parsers on how to add a new parser!
nvim --version
NVIM v0.10.5-dev-22+g0c995c0efb
Build type: Release
LuaJIT 2.1.1713484068
Operating System
debian12 bookworn
checkhealth screenshot
:
see nvim_checkhealth.txt
nvim_checkhealth.txt
The text was updated successfully, but these errors were encountered: