Skip to content

Commit

Permalink
rm vim-startuptime
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck76 committed Aug 2, 2021
1 parent 021cf9c commit f172cc8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lua/pluginList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,6 @@ return packer.startup(
end
}

use {
"dstein64/vim-startuptime",
cmd = "StartupTime"
}

-- load autosave only if its globally enabled
use {
"Pocco81/AutoSave.nvim",
Expand Down

3 comments on commit f172cc8

@siduck
Copy link
Member

@siduck siduck commented on f172cc8 Aug 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@siduck
Copy link
Member

@siduck siduck commented on f172cc8 Aug 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

save this in lua folder

https://github.com/norcalli/profiler.nvim/blob/master/lua/profiler.lua

(Require it in init.lua or somewhere)

run this in terminal
env AK_PROFILER=1 nvim 2>&1 >/dev/null | less

@siduck
Copy link
Member

@siduck siduck commented on f172cc8 Aug 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Please sign in to comment.