1
0
Fork 0

feat: Added hex coloring plugin to lazy config

This commit is contained in:
Tristan Russell 2026-05-02 22:08:40 -04:00
parent d7afbaa999
commit 9feb515943
Signed by: tristanr
GPG Key ID: 4495C92911DF04CA
1 changed files with 4 additions and 0 deletions

View File

@ -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 = {