commit 6974bf2bd930154121ce9ab2bbbafec65e1fd7ce
parent 6609f32a7c19b9b2d80230718fd6853df0226c74
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Sat, 4 May 2024 23:18:16 -0400
plugins.lua: add nvim-colorizer.lua plugin
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lua/plugins.lua b/lua/plugins.lua
@@ -1,4 +1,5 @@
require("lazy").setup({
+ { "norcalli/nvim-colorizer.lua", event = "VeryLazy" },
{ "luukvbaal/nnn.nvim", config = true },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = "VeryLazy" },
{