add impatient.nvim and filetype.nvim | improve startuptime
This commit is contained in:
parent
50aa25f307
commit
e8b31c9308
4 changed files with 10 additions and 1 deletions
6
init.lua
6
init.lua
|
|
@ -1,3 +1,9 @@
|
|||
local present, impatient = pcall(require, "impatient")
|
||||
|
||||
if present then
|
||||
impatient.enable_profile()
|
||||
end
|
||||
|
||||
local core_modules = {
|
||||
"core.options",
|
||||
"core.autocmds",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue