chore: formatting

This commit is contained in:
nullchilly 2022-08-07 14:30:12 +07:00 committed by Sidhanth Rathod
parent 724bc1cdf3
commit 8cb28557a9
1 changed files with 1 additions and 3 deletions

View File

@ -213,9 +213,7 @@ local plugins = {
}, },
-- Speed up deffered plugins -- Speed up deffered plugins
["lewis6991/impatient.nvim"] = { ["lewis6991/impatient.nvim"] = { module = "impatient" },
module = "impatient",
},
} }
require("core.packer").run(plugins) require("core.packer").run(plugins)