fix(plugins): fix the laziness of all plugins to still work as intended with config.defaults.lazy = false. Fixes #67

This commit is contained in:
Folke Lemaitre 2023-01-16 16:49:16 +01:00
parent b7fe8a8adc
commit 6a3f3d3032
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 8 additions and 4 deletions

View file

@ -23,7 +23,7 @@ return {
},
-- library used by other plugins
"nvim-lua/plenary.nvim",
{ "nvim-lua/plenary.nvim", lazy = true },
-- makes some plugins dot-repeatable like leap
{ "tpope/vim-repeat", event = "VeryLazy" },