vscode.nvim icon indicating copy to clipboard operation
vscode.nvim copied to clipboard

I got an error "attemp to call field 'cmd' (a nil value)" when loading vscode.nvim plugin

Open ashuralyk opened this issue 4 years ago • 2 comments

the platform is aarch64, and the problem is caused from utils.lua at 14 line Screenshot_2021-11-17-22-47-48-2109773910

ashuralyk avatar Nov 17 '21 14:11 ashuralyk

Can you share your neovim version?

Mofiqul avatar Nov 18 '21 10:11 Mofiqul

Hi!

I experienced this same issue. My OS version is Ubuntu 20.10, and I am running Neovim v0.4.4. I removed the apt package of Neovim, which is currently v0.4.4 and installed the Snap package version via sudo snap install nvim --classic which has the latest stable version v0.6, and got no error, so I imagine the issue is fixed in the new version of Neovim. This will probably be fixed in the next release of Ubuntu when the Neovim apt package is updated.

timothystegall avatar Jan 13 '22 04:01 timothystegall