fix(nvim): Wrong plugin
This commit is contained in:
parent
7d10d909fa
commit
b9c32dfd52
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue