From a620476eaddc60f38b02a698e3126cad0a1d2fe6 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Fri, 26 Jan 2024 09:36:44 +0100 Subject: things --- Common/nvim/lua/plugins.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Common/nvim/lua/plugins.lua') diff --git a/Common/nvim/lua/plugins.lua b/Common/nvim/lua/plugins.lua index 6b8cbbf..d9ae65f 100755 --- a/Common/nvim/lua/plugins.lua +++ b/Common/nvim/lua/plugins.lua @@ -149,10 +149,11 @@ return require('packer').startup(function(use) } use { 'smithbm2316/centerpad.nvim' } - -- Color preview + -- Color picker use { - 'lilydjwg/colorizer', + "ziontee113/color-picker.nvim", config = function() + require("color-picker") end, } -- cgit v1.2.3