You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for the work on this plugin, using it daily! Yesterday, the Neovim 0.11 version was released. I imagine people will slowly migrate to it. Sadly, upgrading both the neovim version and the package, every time I open nvim it crashes.
I have pinpointed the issue to be with nvim-orgmode/orgmode, particularly around the call to:
config=function(_, opts)
-- require('orgmode').setup(opts) -- THIS setup call makes `neovim` crash.vim.b.org_indent_mode=falserequire('nvim-treesitter.configs').setup {
ignore_install= { 'org' },
}
I'll work on reproducing the bug with a minimal configuration and I'll let you know.
Steps to reproduce
Using this minimal configuration, I'm not able to reproduce the issue, though I don't have any additional configuration to it:
Describe the bug
Hi there!
Thanks so much for the work on this plugin, using it daily! Yesterday, the Neovim 0.11 version was released. I imagine people will slowly migrate to it. Sadly, upgrading both the neovim version and the package, every time I open
nvim
it crashes.I have pinpointed the issue to be with
nvim-orgmode/orgmode
, particularly around the call to:I'll work on reproducing the bug with a minimal configuration and I'll let you know.
Steps to reproduce
Using this minimal configuration, I'm not able to reproduce the issue, though I don't have any additional configuration to it:
Here's my Lazy config:
I have done a binary search across the plugins and this is the only one that's causing nvim to crash.
Expected behavior
I expect to be able to access
.org
files and the plugin's functionality without it crashing nvim.Emacs functionality
N/A
Minimal init.lua
Screenshots and recordings
No response
nvim-orgmode version
0.11
OS / Distro
MacOS Sequoia 15.3.2
Neovim version/commit
0.11
Additional context
No response
The text was updated successfully, but these errors were encountered: