add impatient.nvim and filetype.nvim | improve startuptime

This commit is contained in:
siduck 2022-01-29 23:02:23 +05:30
parent 50aa25f307
commit e8b31c9308
4 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,9 @@
local present, impatient = pcall(require, "impatient")
if present then
impatient.enable_profile()
end
local core_modules = {
"core.options",
"core.autocmds",