feat(extras): allow recommended to be the args for LazyVim.extras.wants

This commit is contained in:
Folke Lemaitre 2024-06-05 23:35:14 +02:00
parent 393aa44e66
commit 502602e4a2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 7 additions and 2 deletions

View file

@ -21,6 +21,7 @@ local plugins = {
{ "folke/lazy.nvim" },
"williamboman/mason-lspconfig.nvim",
"williamboman/mason.nvim",
"nvim-treesitter/nvim-treesitter",
}
local function main()