chore: stylua format
This commit is contained in:
parent
6cf0cf6206
commit
33c304f627
|
@ -15,11 +15,11 @@ local plugins = {
|
||||||
"PackerCompile",
|
"PackerCompile",
|
||||||
"PackerStatus",
|
"PackerStatus",
|
||||||
"PackerProfile",
|
"PackerProfile",
|
||||||
"PackerLoad"
|
"PackerLoad",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require "plugins"
|
require "plugins"
|
||||||
end
|
end,
|
||||||
},
|
},
|
||||||
["NvChad/extensions"] = { module = { "telescope", "nvchad" } },
|
["NvChad/extensions"] = { module = { "telescope", "nvchad" } },
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ local plugins = {
|
||||||
|
|
||||||
-- Speed up deffered plugins
|
-- Speed up deffered plugins
|
||||||
["lewis6991/impatient.nvim"] = {
|
["lewis6991/impatient.nvim"] = {
|
||||||
module = "impatient"
|
module = "impatient",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue