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
|
{ -- Git utility
|
||||||
'tpope/vim-fugitive'
|
'tpope/vim-fugitive'
|
||||||
},
|
},
|
||||||
|
{ -- Hex colors
|
||||||
|
'norcalli/nvim-colorizer.lua',
|
||||||
|
config=true
|
||||||
|
},
|
||||||
{ -- Keybind helper
|
{ -- Keybind helper
|
||||||
'folke/which-key.nvim',
|
'folke/which-key.nvim',
|
||||||
keys = {
|
keys = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue