neoclide/coc-tsserver

VIM automatically goes into select mode and selects all contents before the cursor

ayonli opened this issue · 2 comments

When using this plugin, and for example, typing the following code:

import { EventEmitter } from "events";

const events = new EventEmitter();

event.on

When I press Enter key, the editor automatically goes into Select mode, and select all contents before the console.on(eventName, which is very annoying, because if I type any key at this moment, the contents selected will be wiped out.

What's your :CocInfo?

Similar issue neoclide/coc.nvim#4599, upgrade your vim and try again.

OK, I just installed Neovim, and it works well.