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