fix(neodev): use opts instead of config

This commit is contained in:
Folke Lemaitre
2023-01-10 18:27:13 +01:00
parent 6cf6959254
commit 7a68907b39

View File

@ -5,7 +5,7 @@ return {
event = "BufReadPre",
dependencies = {
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
{ "folke/neodev.nvim", config = { experimental = { pathStrict = true } } },
{ "folke/neodev.nvim", opts = { experimental = { pathStrict = true } } },
"mason.nvim",
"williamboman/mason-lspconfig.nvim",
"hrsh7th/cmp-nvim-lsp",