Neovim stops responding
See original GitHub issueAfter 31f62feed01ac00f06921c0bb27769097b8f2b41 Neovim sometimes behaves like it in insert mode and do not allows to exit form it.
This behavior can be 100% reproduced with Subversive.vim plugin:
- Install the plugin.
- Add this mapping:
nmap s <plug>(SubversiveSubstitute). - Navigate to any word and press
siw.
It works correctly without 31f62feed01ac00f06921c0bb27769097b8f2b41.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
My NeoVim freezes all of sudden - Reddit
I know that, on Windows, neovim freezes if you press the "Pause" key (or ctrl-z, i think).
Read more >How to debug intermittent Neovim freezes?
You should use the bt command, which will print a backtrace. This will give you an idea of where neovim might be stuck....
Read more >neovim 0.1.7 freezes occasionally · Issue #5681 - GitHub
neovim will freeze occasionally (forcing a kill -9 to regain control of the terminal). It happens quite frequently during :PlugUpdate usually ...
Read more >nvim after directory not working or sourcing properly [closed]
lua and open nvim, run command :lua require('hello') , it should work. If you are serious about nvim, man, you got to learn...
Read more >Neovim freezes when opening a folder in WSL2
When I open neovim with to show a folder it completely freezes. When opening a folder from the command line: nvim . I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Oh, sorry, could you also add
set clipboard=unnamedplus? Should be reproducible with this setting,smapping and clean config.@asvetliakov, I would like to provide a test for this case, but I have very poor knowledge in TS 😦