vscode.nvim
vscode.nvim copied to clipboard
Request for readme change : local c = require('vscode.colors').get_colors()
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 ?
🙏