Open maciejcieslik opened 8 months ago
Same with lazy and newer version
{
'ziontee113/color-picker.nvim',
init = function(_)
require('color-picker').setup()
end,
keys = {
{ '<leader>cp', '<cmd>ColorPicker<cr>', desc = 'Color picker' },
}
}
NVIM v0.10.0-dev-2854+g49983387f
Build type: RelWithDebInfo
LuaJIT 2.1.1710088188
When i try to use color picker i get error about not existing command:
Mappings:
I use: nvim 0.9.5 Build type: RelWithDebInfo LuaJIT 2.1.1703942320
on Windows 11 64bit
with nvchad (latest)