Just load impatient from init

if will be called multiple times if present in lazy_load.lua which is
  totallly unnecessary

why even from there ?

Yes, this does not affect the --startuptime
This commit is contained in:
Akianonymus 2022-08-12 11:49:12 +05:30 committed by Sidhanth Rathod
parent a20fc560f3
commit 78ddf8d624
3 changed files with 5 additions and 2 deletions

View file

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