chore: stylua format

This commit is contained in:
nullchilly 2022-08-07 12:27:58 +07:00 committed by Sidhanth Rathod
parent 6cf0cf6206
commit 33c304f627
1 changed files with 3 additions and 3 deletions

View File

@ -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",
}, },
} }