From bb43b0a76da0ea77281c5ddcac609827bbf14a2a Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Mon, 1 Nov 2021 16:14:21 +0200 Subject: [PATCH] feat: add plugin startuptime.vim --- lua/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index c53d15f..1ce7310 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -132,6 +132,9 @@ local function usePlugins(use, use_rocks) -- tag = 'release' -- To use the latest release } + -- Analyze startup time + use 'tweekmonster/startuptime.vim' + -- Start screen use { 'glepnir/dashboard-nvim', config = [[require 'config.dashboard']] } end