I have a React application and use NeoVim as my editor with LSP
.
Everything works properly until I try to save changes in my .env
file, with :w
action. This action takes up to 10 seconds to finish and everything freezes during that.
All other files work properly without any delay.
Did anyone encountered the same problem? Thanks!
I tried to find some solutions online but almost all of them were related to upating node, but I use node 14 and this problem only occurs in .env
file.