From 9feb51594303bc266763fb5220bacc49ce727f35 Mon Sep 17 00:00:00 2001 From: Tristan Russell Date: Sat, 2 May 2026 22:08:40 -0400 Subject: [PATCH] feat: Added hex coloring plugin to lazy config --- lua/truss/lazy.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/truss/lazy.lua b/lua/truss/lazy.lua index 9c21b9f..2c9f787 100644 --- a/lua/truss/lazy.lua +++ b/lua/truss/lazy.lua @@ -72,6 +72,10 @@ require("lazy").setup({ { -- Git utility 'tpope/vim-fugitive' }, + { -- Hex colors + 'norcalli/nvim-colorizer.lua', + config=true + }, { -- Keybind helper 'folke/which-key.nvim', keys = {