plugins/colorizer: Move to our org fork
This commit is contained in:
parent
baaa7f0d4b
commit
e7bba86ccf
|
@ -57,7 +57,7 @@ local plugins = {
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"norcalli/nvim-colorizer.lua",
|
"NvChad/nvim-colorizer.lua",
|
||||||
disable = not plugin_settings.status.colorizer,
|
disable = not plugin_settings.status.colorizer,
|
||||||
event = "BufRead",
|
event = "BufRead",
|
||||||
config = override_req("nvim_colorizer", "plugins.configs.others", "colorizer"),
|
config = override_req("nvim_colorizer", "plugins.configs.others", "colorizer"),
|
||||||
|
@ -197,7 +197,7 @@ local plugins = {
|
||||||
"numToStr/Comment.nvim",
|
"numToStr/Comment.nvim",
|
||||||
disable = not plugin_settings.status.comment,
|
disable = not plugin_settings.status.comment,
|
||||||
module = "Comment",
|
module = "Comment",
|
||||||
keys = {"gcc"},
|
keys = { "gcc" },
|
||||||
config = override_req("nvim_comment", "plugins.configs.others", "comment"),
|
config = override_req("nvim_comment", "plugins.configs.others", "comment"),
|
||||||
setup = function()
|
setup = function()
|
||||||
require("core.mappings").comment()
|
require("core.mappings").comment()
|
||||||
|
|
Loading…
Reference in New Issue