mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 19:04:58 +01:00
Add colorizer
This commit is contained in:
parent
b679474ba9
commit
aa21b3b119
|
@ -164,6 +164,13 @@ require("packer").startup(function()
|
|||
end,
|
||||
}
|
||||
|
||||
-- See hex colors
|
||||
use {
|
||||
"norcalli/nvim-colorizer.lua",
|
||||
config = function ()
|
||||
require'colorizer'.setup()
|
||||
end
|
||||
}
|
||||
|
||||
-- Automatically set up configuration after cloning packer.nvim
|
||||
if packer_bootstrap then
|
||||
|
|
Loading…
Reference in a new issue