diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index e653b0d..a7016b5 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -2,5 +2,6 @@ "lazy.nvim": { "branch": "main", "commit": "bef521ac89c8d423f9d092e37b58e8af0c099309" }, "nvim-web-devicons": { "branch": "master", "commit": "b3468391470034353f0e5110c70babb5c62967d3" }, "oil.nvim": { "branch": "master", "commit": "e462a3446505185adf063566f5007771b69027a1" }, - "vim-commentary": { "branch": "master", "commit": "c4b8f52cbb7142ec239494e5a2c4a512f92c4d07" } + "vim-commentary": { "branch": "master", "commit": "c4b8f52cbb7142ec239494e5a2c4a512f92c4d07" }, + "vim-startuptime": { "branch": "master", "commit": "ac2cccb5be617672add1f4f3c0a55ce99ba34e01" } } \ No newline at end of file diff --git a/.config/nvim/lua/null/plug.lua b/.config/nvim/lua/null/plug.lua index f2a614f..bb746e7 100644 --- a/.config/nvim/lua/null/plug.lua +++ b/.config/nvim/lua/null/plug.lua @@ -19,8 +19,9 @@ require("lazy").setup({ opts = {}, dependencies = { "nvim-tree/nvim-web-devicons" }, }, + "tpope/vim-commentary", -- shortcut to comment a line { - "tpope/vim-commentary", -- shortcut to comment a line + "dstein64/vim-startuptime", cmd = "StartupTime", -- Note to self: lazy load on command init = function() -- Note to self: init is called during startup. Configuration for vim plugins typically should be set in an init function