Vim is jumping and select areas when change the vim state

I applied next fix and it looks good as of now

user@vzuziak-mac ~ $ cat ~/.local/bin/nvim-none 
#!/usr/bin/env bash

exec nvim -u NONE "$@"
user@vzuziak-mac ~ $

and a new line in app’s config

    ...
    "vim.neovimPath": "/Users/user/.local/bin/nvim-none",
    ...