orgmode
orgmode copied to clipboard
Cant input asterisk
Describe the bug
When I'm trying to input an asterisk into .org
file nightly neovim freezes. I tested it with neovim 7.2 and everything works fine there.
Steps to reproduce
-
nvim -u minimal_init.lua test.org
- go to insert mode
- press
*
- neovim freezes
Expected behavior
I'm able to input a star
Emacs functionality
No response
Minimal init.lua
https://github.com/nvim-orgmode/orgmode/blob/master/scripts/minimal_init.lua will do
Screenshots and recordings
No response
OS / Distro
macOS 12.3
Neovim version/commit
v0.8.0-dev-nightly
Additional context
No response
I have the same thing. Not only that, but I observed that neovim starts eating up memory - about 0.5 GB of RAM per second in my case. If I wait long enough before killing it (only kill -9
works, normal kill
isn't enough), my entire operating system becomes unusable.
More information I can add to this issue is that I'm on Ubuntu (not MacOS like the original poster) and I tried alacritty and konsole and with and without tmux, happens every time. If I have it running within tmux, and I kill the entire tmux pane, it doesn't help, nvim doesn't get killed.
Thanks @antosha417 for reporting and @Maltimore for confirming. I don't run nightly myself, but I will try it as soon as possible, hopefully this weekend. Sorry for the inconvenience
Can confirm this is happening,but I can't figure out why. Investigating.
Issue was fixed in the grammar, and updating to the latest via :TSUpdate org
should make nightly work.