style: removed deprecated option from neodev

This commit is contained in:
Folke Lemaitre
2023-05-22 16:39:09 +02:00
parent 7a7c024bf6
commit df6a0d3b10

View File

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