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

Request for readme change : local c = require('vscode.colors').get_colors()

Open egovelox opened this issue 2 years ago • 0 comments

Hi,

I noticed that since commit dabd5454e88d9ac9f91a5c2f9f6b347410e31162,

local c = require('vscode.colors') does not work anymore, e.g c.vscGray won't give me back the expected value.

Now I use local c = require('vscode.colors').get_colors() and it works again like before.

Maybe could we update the (great !) readme https://github.com/Mofiqul/vscode.nvim#-usage reflecting this change ?

🙏

egovelox avatar Dec 10 '22 01:12 egovelox