josean-dev / dev-environment-files

2.64k stars 740 forks source link

pressing Esc key causing previous text to be pasted in insert mode #8

Closed qizeng19 closed 1 year ago

qizeng19 commented 1 year ago

hei, josean, thanks for your vedio, your nvim config is amazing, i like it very much,but there is a issue that i cant't fixed, so i need your help

sometimes i pressing Esc key causing previous text to be pasted in insert mode,then i must close the nvim tab, open it again, it would be ok. can you give me some advice?

by the way i use "NVIM v0.8.0" / "react+typescript" / Mac os

josean-dev commented 1 year ago

Hey! I honestly haven't encountered this. Not sure why that might be happening on your machine.

qizeng19 commented 1 year ago

I found the reason ,some confilct with webpack plugin "eslint-webpack-plugin" ,when i delete this plugin , the nvim become normal. ^ _ ^