fix(nvim): Wrong plugin

This commit is contained in:
Ahmad Ansori Palembani 2024-04-17 10:52:38 +07:00
parent 7d10d909fa
commit b9c32dfd52
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 2 deletions

View file

@ -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