fix(extras): better reasons as to why some extras are included in your config.

This commit is contained in:
Folke Lemaitre 2024-06-14 11:13:56 +02:00
parent 6efbdabd1b
commit eeccbbc407
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 45 additions and 5 deletions

View file

@ -26,4 +26,13 @@ return {
"neovim/nvim-lspconfig",
dependencies = {},
},
-- dummy import to save core imports
{
import = "foobar",
enabled = function()
LazyVim.plugin.save_core()
return false
end,
},
}