question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Neovim stops responding

See original GitHub issue

After 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:

  1. Install the plugin.
  2. Add this mapping: nmap s <plug>(SubversiveSubstitute).
  3. Navigate to any word and press siw.

It works correctly without 31f62feed01ac00f06921c0bb27769097b8f2b41.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Shaturcommented, Sep 21, 2020

Oh, sorry, could you also add set clipboard=unnamedplus? Should be reproducible with this setting, s mapping and clean config.

0reactions
Shaturcommented, Sep 21, 2020

@asvetliakov, I would like to provide a test for this case, but I have very poor knowledge in TS 😦

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found