feat: Added hex coloring plugin to lazy config
This commit is contained in:
parent
d7afbaa999
commit
9feb515943
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue