[nvim] cleanup: remove unused Colorizer plugin
This commit is contained in:
parent
98b6a428a7
commit
9c53518d21
@ -102,12 +102,6 @@ return require("packer").startup(function()
|
|||||||
config = function() require('nvim-autopairs').setup() end
|
config = function() require('nvim-autopairs').setup() end
|
||||||
}
|
}
|
||||||
|
|
||||||
-- display colors directly in editor
|
|
||||||
use {
|
|
||||||
"norcalli/nvim-colorizer.lua",
|
|
||||||
cmd = "ColorizerToggle"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
-- automatically setup the config after cloning
|
-- automatically setup the config after cloning
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
|
Reference in New Issue
Block a user